with the Mach-O S_LITERAL_POINTERS section type. Also fix the printing of the leading addresses for literal sections to be consistent and not print the 0x prefix. Updated test cases to match. llvm-svn: 229548
5 lines
181 B
Plaintext
5 lines
181 B
Plaintext
RUN: llvm-objdump -m -section __TEXT,__cstring %p/Inputs/hello.obj.macho-x86_64 | FileCheck %s
|
|
|
|
CHECK: Contents of (__TEXT,__cstring) section
|
|
CHECK: 000000000000003b Hello world\n
|