mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
fa62fe2415
We don't need to print any of the special __mh_*_header symbols when disassembling. Since they point at the beginning of the segment (not where the actual code is) they're pretty misleading. Should also fix lld bots. llvm-svn: 275498
8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
RUN: llvm-objdump -d -macho %p/Inputs/mh_dylib_header.macho-arm
|
|
|
|
CHECK: _t1:
|
|
CHECK: movw r0, #4133
|
|
|
|
CHECK: _a1:
|
|
CHECK: bx lr
|