Fix bot failure from r257493: remove extraneous temp file read

This was left from an earlier version of the test.

llvm-svn: 257494
This commit is contained in:
Teresa Johnson 2016-01-12 17:53:59 +00:00
parent 388497e8be
commit 1e26e39579
1 changed files with 1 additions and 1 deletions

View File

@ -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