brintos

brintos / llvm-project-archived public Read only

0
0
Text · 430 B · db9704c Raw
11 lines · plain
1# RUN: llvm-mc < %s --triple x86_64-apple-darwin -filetype=obj | llvm-objdump --macho --info-plist - | FileCheck %s2 3.section  __TEXT, __info_plist4.ascii "This is the (__TEXT,__info_plist) section\n"5.section __TEXT, __follow6.asciz "This is the (__TEXT,__follow) section\n"7 8# CHECK: Contents of (__TEXT,__info_plist) section9# CHECK: This is the (__TEXT,__info_plist) section10# CHECK-NOT: This is the (__TEXT,__follow) section11