1 ; RUN: llc -mtriple x86_64-elf -filetype asm -o - %s | FileCheck %s
2 ; REQUIRES: x86-registered-target
4 !llvm.linker.options = !{!0, !1}
6 !0 = !{!"option 0", !"value 0"}
7 !1 = !{!"option 1", !"value 1"}
9 ; CHECK: .section ".linker-options","e",@llvm_linker_options
10 ; CHECK-NEXT: .ascii "option 0"
12 ; CHECK-NEXT: .ascii "value 0"
14 ; CHECK-NEXT: .ascii "option 1"
16 ; CHECK-NEXT: .ascii "value 1"