brintos

brintos / llvm-project-archived public Read only

0
0
Text · 489 B · 99d60f6 Raw
18 lines · plain
1; RUN: llc -mtriple x86_64-elf -filetype asm -o - %s | FileCheck %s2; REQUIRES: x86-registered-target3 4!llvm.linker.options = !{!0, !1}5 6!0 = !{!"option 0", !"value 0"}7!1 = !{!"option 1", !"value 1"}8 9; CHECK: .section ".linker-options","e",@llvm_linker_options10; CHECK-NEXT: .ascii  "option 0"11; CHECK-NEXT: .byte   012; CHECK-NEXT: .ascii  "value 0"13; CHECK-NEXT: .byte   014; CHECK-NEXT: .ascii  "option 1"15; CHECK-NEXT: .byte   016; CHECK-NEXT: .ascii  "value 1"17; CHECK-NEXT: .byte   018