2 // RUN
: llvm-mc
-filetype
=obj
-triple
=x86_64-pc-linux
%p
/Inputs
/archive.s
-o
%ta.o
4 // RUN
: llvm-ar rc
%t.
a %ta.o
5 // RUN
: llvm-mc
-filetype
=obj
-triple
=i686-linux
%s
-o
%tb.o
6 // RUN
: not ld.lld
%t.
a %tb.o
-o
/dev
/null
2>&1 | FileCheck
%s
8 // We used to crash when
9 // * The first object seen by the symbol table is from an archive.
12 // RUN
: not ld.lld
--start-lib
%ta.o
--end-lib
%tb.o
-o
/dev
/null
2>&1 | FileCheck
%s
14 // CHECK
: {{.*}}b.o is incompatible{{$}}