diff options
Diffstat (limited to 'test/Object/X86/macho-text-sections.test')
-rw-r--r-- | test/Object/X86/macho-text-sections.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Object/X86/macho-text-sections.test b/test/Object/X86/macho-text-sections.test new file mode 100644 index 000000000000..1b697dcadad6 --- /dev/null +++ b/test/Object/X86/macho-text-sections.test @@ -0,0 +1,3 @@ +RUN: llvm-objdump -disassemble %p/../Inputs/macho-text-sections.macho-x86_64 | FileCheck %s + +CHECK: Disassembly of section __notext,__notext |