From: Teresa Johnson Date: Tue, 12 Jan 2016 17:53:59 +0000 (+0000) Subject: Fix bot failure from r257493: remove extraneous temp file read X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=411162c2db4a0dfd8a8f250a29801811963bd34b Fix bot failure from r257493: remove extraneous temp file read This was left from an earlier version of the test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257494 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/FunctionImport/funcimport_alias.ll b/test/Transforms/FunctionImport/funcimport_alias.ll index 0a6c4372557..8c7f00fe37b 100644 --- a/test/Transforms/FunctionImport/funcimport_alias.ll +++ b/test/Transforms/FunctionImport/funcimport_alias.ll @@ -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