blob: db9704c8c54e2f83018137ef24c42b8dfbc3d83a [file] [log] [blame]
# RUN: llvm-mc < %s --triple x86_64-apple-darwin -filetype=obj | llvm-objdump --macho --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