diff options
author | Teresa Johnson <tejohnson@google.com> | 2016-01-12 17:53:59 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2016-01-12 17:53:59 +0000 |
commit | 1e26e3957996e7ea0ed3f0fa490582d9181667c5 (patch) | |
tree | a00854227352433c84711e82b0fd96c9a17c59eb | |
parent | 388497e8be631e61081ddf7ff5204cf79493d2f1 (diff) | |
download | bcm5719-llvm-1e26e3957996e7ea0ed3f0fa490582d9181667c5.tar.gz bcm5719-llvm-1e26e3957996e7ea0ed3f0fa490582d9181667c5.zip |
Fix bot failure from r257493: remove extraneous temp file read
This was left from an earlier version of the test.
llvm-svn: 257494
-rw-r--r-- | llvm/test/Transforms/FunctionImport/funcimport_alias.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/FunctionImport/funcimport_alias.ll b/llvm/test/Transforms/FunctionImport/funcimport_alias.ll index 0a6c4372557..8c7f00fe37b 100644 --- a/llvm/test/Transforms/FunctionImport/funcimport_alias.ll +++ b/llvm/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 |