Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / tools / llvm-objdump / X86 / macho-info-plist-nofollow.test
blob12ad166c5a2f08c4a57c4d18a2c8a03a44d6b0eb
1 # RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -info-plist - | FileCheck %s
3 .section  __TEXT, __info_plist
4 .ascii "This is the (__TEXT,__info_plist) section\n"
5 .section __TEXT, __follow
6 .asciz "This is the (__TEXT,__follow) section\n"
8 # CHECK: Contents of (__TEXT,__info_plist) section
9 # CHECK: This is the (__TEXT,__info_plist) section
10 # CHECK-NOT: This is the (__TEXT,__follow) section