1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

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 10e78a41c7
commit 772d13fff8

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