bolt/deps/llvm-18.1.8/llvm/test/Linker/commandline.ll

9 lines
349 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llvm-link %S/Inputs/commandline.a.ll %S/Inputs/commandline.b.ll -S | FileCheck %s
; Verify that multiple input llvm.commandline metadata are linked together.
; CHECK-DAG: !llvm.commandline = !{!0, !1, !2}
; CHECK-DAG: !{{[0-2]}} = !{!"compiler -v1"}
; CHECK-DAG: !{{[0-2]}} = !{!"compiler -v2"}
; CHECK-DAG: !{{[0-2]}} = !{!"compiler -v3"}