brintos

brintos / llvm-project-archived public Read only

0
0
Text · 638 B · a339056 Raw
15 lines · plain
1# RUN: llvm-mc %s --triple x86_64-apple-darwin -filetype=obj -o %t.o2# RUN: llvm-objdump --macho --info-plist %t.o | FileCheck %s3# RUN: llvm-otool -P %t.o | FileCheck %s4# RUN: llvm-objdump --macho --info-plist --no-leading-headers %t.o | FileCheck --check-prefix=NOHEADER %s5# RUN: llvm-otool -PX %t.o | FileCheck --check-prefix=NOHEADER %s6 7.section __TEXT, __info_plist8.asciz "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"9 10# CHECK: Contents of (__TEXT,__info_plist) section11# CHECK: <?xml version="1.0" encoding="UTF-8"?>12 13# NOHEADER-NOT: Contents of (__TEXT,__info_plist) section14# NOHEADER: <?xml version="1.0" encoding="UTF-8"?>15