You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At a minimum we can test that llvm-objdump no longer asserts on these cases. Once we have some proper error reporting we can check specifically for that.
The text was updated successfully, but these errors were encountered:
llvmbot
transferred this issue from llvm/llvm-bugzilla-archive
Dec 9, 2021
Extended Description
r221915 changed a number of asserts into error-checks in MachOObjectFile, but no test-cases were added.
Malformed objects covering the following cases should be tested:
(1) Duplicate SymtabLoadCmd.
(2) Duplicate DysymtabLoadCmd.
(3) Duplicate DataInCodeLoadCmd.
(4) Duplicate DyldInfoLoadCmd.
(5) Duplicate UuidLoadCmd.
At a minimum we can test that llvm-objdump no longer asserts on these cases. Once we have some proper error reporting we can check specifically for that.
The text was updated successfully, but these errors were encountered: