forked from OSchip/llvm-project
[LLD][ELF] Fix typo in relocation-model-pic.ll
Should fix non-x86 bot failures.
This commit is contained in:
parent
24184dbb82
commit
03a77d04b4
|
@ -1,4 +1,4 @@
|
||||||
; REQUIRE: x86
|
; REQUIRES: x86
|
||||||
; RUN: llvm-as %s -o %t.o
|
; RUN: llvm-as %s -o %t.o
|
||||||
|
|
||||||
; RUN: ld.lld %t.o -o %t -save-temps -shared
|
; RUN: ld.lld %t.o -o %t -save-temps -shared
|
||||||
|
|
Loading…
Reference in New Issue