[lld] r271820 - Attempt to fix non-determinism in test.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 4 18:04:59 PDT 2016


Author: davide
Date: Sat Jun  4 20:04:59 2016
New Revision: 271820

URL: http://llvm.org/viewvc/llvm-project?rev=271820&view=rev
Log:
Attempt to fix non-determinism in test.

Otherwise it could just use a leftover a.out from
some other test.

Modified:
    lld/trunk/test/ELF/lto/save-temps.ll

Modified: lld/trunk/test/ELF/lto/save-temps.ll
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/lto/save-temps.ll?rev=271820&r1=271819&r2=271820&view=diff
==============================================================================
--- lld/trunk/test/ELF/lto/save-temps.ll (original)
+++ lld/trunk/test/ELF/lto/save-temps.ll Sat Jun  4 20:04:59 2016
@@ -1,4 +1,5 @@
 ; REQUIRES: x86
+; RUN: cd %T
 ; RUN: rm -f a.out a.out.lto.bc a.out.lto.o
 ; RUN: llvm-as %s -o %t.o
 ; RUN: llvm-as %p/Inputs/save-temps.ll -o %t2.o




More information about the llvm-commits mailing list