We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855ad82 commit 8738786Copy full SHA for 8738786
llvm/test/ThinLTO/X86/emit_imports.ll
@@ -12,7 +12,8 @@
12
; The imports file for Input/emit_imports.ll is empty as it does not import anything.
13
; RUN: cat %t2.bc.imports | count 0
14
15
-; RUN: rm -f %t*.thinlto.bc %t*.bc.imports
+; RUN: rm -f %t1.thinlto.bc %t1.bc.imports
16
+; RUN: rm -f %t2.thinlto.bc %t2.bc.imports
17
; RUN: llvm-lto2 %t1.bc %t2.bc -o %t.o \
18
; RUN: -thinlto-distributed-indexes \
19
; RUN: -r=%t1.bc,g, \
0 commit comments