forked from OSchip/llvm-project
[ThinLTO] Specify target triple in new test
This should fix bot failures in this test. llvm-svn: 291310
This commit is contained in:
parent
93619335df
commit
a8b5558f9c
|
@ -15,7 +15,7 @@
|
||||||
; Ensure we ignore empty index file under -ignore-empty-index-file, and run
|
; Ensure we ignore empty index file under -ignore-empty-index-file, and run
|
||||||
; non-ThinLTO compilation which would not import f2
|
; non-ThinLTO compilation which would not import f2
|
||||||
; RUN: touch %t4.thinlto.bc
|
; RUN: touch %t4.thinlto.bc
|
||||||
; RUN: %clang -O2 -o %t4.o -x ir %t1.o -c -fthinlto-index=%t4.thinlto.bc -mllvm -ignore-empty-index-file
|
; RUN: %clang -target x86_64-unknown-linux-gnu -O2 -o %t4.o -x ir %t1.o -c -fthinlto-index=%t4.thinlto.bc -mllvm -ignore-empty-index-file
|
||||||
; RUN: llvm-nm %t4.o | FileCheck --check-prefix=CHECK-OBJ-IGNORE-EMPTY %s
|
; RUN: llvm-nm %t4.o | FileCheck --check-prefix=CHECK-OBJ-IGNORE-EMPTY %s
|
||||||
; CHECK-OBJ-IGNORE-EMPTY: T f1
|
; CHECK-OBJ-IGNORE-EMPTY: T f1
|
||||||
; CHECK-OBJ-IGNORE-EMPTY: U f2
|
; CHECK-OBJ-IGNORE-EMPTY: U f2
|
||||||
|
|
Loading…
Reference in New Issue