[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / llvm-objdump / X86 / macho-info-plist.test
blob7550af905b7e643ebda79b335b5c10f0c45b7362
1 # RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -info-plist - | FileCheck %s
2 # RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -info-plist -no-leading-headers - | FileCheck --check-prefix=NOHEADER %s
4 .section __TEXT, __info_plist
5 .asciz "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
7 # CHECK: Contents of (__TEXT,__info_plist) section
8 # CHECK: <?xml version="1.0" encoding="UTF-8"?>
10 # NOHEADER-NOT: Contents of (__TEXT,__info_plist) section
11 # NOHEADER: <?xml version="1.0" encoding="UTF-8"?>