forked from OSchip/llvm-project
[Test] Explictly pass target architecture.
If we're not being explicit, the test fails on windows. Reported and tested by Aaron Ballman! llvm-svn: 235739
This commit is contained in:
parent
b5865f2868
commit
75e1172b19
|
@ -1,7 +1,7 @@
|
|||
# Test that -X/--discard-locals works.
|
||||
#
|
||||
#RUN: yaml2obj -format=elf %s -o=%t.o
|
||||
#RUN: lld -flavor gnu %t.o -shared -X -o %t1
|
||||
#RUN: lld -flavor gnu -target x86_64 %t.o -shared -X -o %t1
|
||||
#RUN: llvm-objdump -t %t1 | FileCheck %s
|
||||
|
||||
#CHECK-NOT: 0000000000400121 l .rodata 00000000 .Lsym8
|
||||
|
|
Loading…
Reference in New Issue