reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 | ; RUN: llc -mtriple x86_64-elf -filetype obj -o - %s | llvm-readobj --elf-linker-options - | FileCheck %s ; REQUIRES: x86-registered-target !llvm.linker.options = !{!0, !1} !0 = !{!"option 0", !"value 0"} !1 = !{!"option 1", !"value 1"} ; CHECK: LinkerOptions [ ; CHECK: option 0: value 0 ; CHECK: option 1: value 1 ; CHECK: ] |