Fix new test try 2

Fix second (and last) instance of wrong Input file name in new test
added in r367679.

llvm-svn: 367682
This commit is contained in:
Teresa Johnson 2019-08-02 13:49:48 +00:00
parent e69f8dcd0b
commit deb61871d3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
; Generate unsplit module with summary for ThinLTO index-based WPD.
; RUN: opt -thinlto-bc -o %t3.o %s
; RUN: opt -thinlto-bc -o %t4.o %p/Inputs/devirt3.ll
; RUN: opt -thinlto-bc -o %t4.o %p/Inputs/devirt2.ll
; Check that we don't have module flag when splitting not enabled for ThinLTO,
; and that we generate summary information needed for index-based WPD.