Add the option, -non-verbose to llvm-objdump used with -macho to print things
[oota-llvm.git] / test / tools / llvm-objdump / X86 / macho-cstring-dump.test
1 RUN: llvm-objdump -m -section __TEXT,__cstring %p/Inputs/hello.obj.macho-x86_64 | FileCheck %s
2 RUN: llvm-objdump -m -section __TEXT,__cstring -non-verbose %p/Inputs/hello.obj.macho-x86_64 | FileCheck %s -check-prefix=NON_VERBOSE
3
4 CHECK: Contents of (__TEXT,__cstring) section
5 CHECK: 000000000000003b  Hello world\n
6
7 NON_VERBOSE: Contents of (__TEXT,__cstring) section
8 NON_VERBOSE: 000000000000003b   48 65 6c 6c 6f 20 77 6f 72 6c 64 0a 00