[LLD][COFF] Fix TypeServerSource matcher with more than one collision
[llvm-project.git] / lld / test / COFF / start-lib-cmd-diagnostics.ll
blobb193ff6bb21e430f3843c41c7c558887fdfa3bb9
1 ; REQUIRES: x86
3 ; We need an input file to lld, so create one.
4 ; RUN: llc -filetype=obj %s -o %t.obj
6 ; RUN: not lld-link %t.obj -end-lib 2>&1 \
7 ; RUN:     | FileCheck --check-prefix=STRAY_END %s
8 ; STRAY_END: stray -end-lib
10 ; RUN: not lld-link -start-lib -start-lib %t.obj 2>&1 \
11 ; RUN:     | FileCheck --check-prefix=NESTED_START %s
12 ; NESTED_START: nested -start-lib
14 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
15 target triple = "x86_64-pc-windows-msvc"
17 define void @main() {
18   ret void