linux-packaging-mono/external/llvm/test/tools/llvm-objdump/X86/macho-info-plist-nofollow.test
Xamarin Public Jenkins (auto-signing) 279aa8f685 Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
2019-01-23 08:21:40 +00:00

11 lines
423 B
Plaintext

# RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -info-plist - | FileCheck %s
.section __TEXT, __info_plist
.ascii "This is the (__TEXT,__info_plist) section\n"
.section __TEXT, __follow
.asciz "This is the (__TEXT,__follow) section\n"
# CHECK: Contents of (__TEXT,__info_plist) section
# CHECK: This is the (__TEXT,__info_plist) section
# CHECK-NOT: This is the (__TEXT,__follow) section