Fix new test

Thew new test added in r367679 was using the wrong copy of the Input
file.

llvm-svn: 367680
This commit is contained in:
Teresa Johnson 2019-08-02 13:26:18 +00:00
parent d2df54e6a5
commit e69f8dcd0b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
; Generate split module with summary for hybrid Thin/Regular LTO WPD.
; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t1.o %s
; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t2.o %p/Inputs/devirt3.ll
; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t2.o %p/Inputs/devirt2.ll
; Check that we have module flag showing splitting enabled, and that we don't
; generate summary information needed for index-based WPD.