[llvm] r257494 - Fix bot failure from r257493: remove extraneous temp file read

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 09:53:59 PST 2016


Author: tejohnson
Date: Tue Jan 12 11:53:59 2016
New Revision: 257494

URL: http://llvm.org/viewvc/llvm-project?rev=257494&view=rev
Log:
Fix bot failure from r257493: remove extraneous temp file read

This was left from an earlier version of the test.

Modified:
    llvm/trunk/test/Transforms/FunctionImport/funcimport_alias.ll

Modified: llvm/trunk/test/Transforms/FunctionImport/funcimport_alias.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/FunctionImport/funcimport_alias.ll?rev=257494&r1=257493&r2=257494&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/FunctionImport/funcimport_alias.ll (original)
+++ llvm/trunk/test/Transforms/FunctionImport/funcimport_alias.ll Tue Jan 12 11:53:59 2016
@@ -1,7 +1,7 @@
 ; Do setup work for all below tests: generate bitcode and combined index
 ; RUN: llvm-as -function-summary %s -o %t.bc
 ; RUN: llvm-as -function-summary %p/Inputs/funcimport_alias.ll -o %t2.bc
-; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc %t3.bc
+; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc
 
 ; Do the import now. Ensures that the importer handles an external call
 ; from imported callanalias() to a function that is defined already in




More information about the llvm-commits mailing list