[ARM] Add and adjust saturation tests for upcoming qadd changes. NFC
[llvm-core.git] / test / Linker / commandline.ll
blobba201c82be91079161de2962f6aaea374f6dc70b
1 ; RUN: llvm-link %S/Inputs/commandline.a.ll %S/Inputs/commandline.b.ll -S | FileCheck %s
3 ; Verify that multiple input llvm.commandline metadata are linked together.
5 ; CHECK-DAG: !llvm.commandline = !{!0, !1, !2}
6 ; CHECK-DAG: !{{[0-2]}} = !{!"compiler -v1"}
7 ; CHECK-DAG: !{{[0-2]}} = !{!"compiler -v2"}
8 ; CHECK-DAG: !{{[0-2]}} = !{!"compiler -v3"}