From 817d10b39ecb4e090d4462e29d7c7857a903fba8 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Fri, 2 Aug 2019 13:26:18 +0000 Subject: [PATCH] Fix new test Thew new test added in r367679 was using the wrong copy of the Input file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367680 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ThinLTO/X86/devirt2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ThinLTO/X86/devirt2.ll b/test/ThinLTO/X86/devirt2.ll index 5f70aaa44f5..3e20114a5eb 100644 --- a/test/ThinLTO/X86/devirt2.ll +++ b/test/ThinLTO/X86/devirt2.ll @@ -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. -- 2.40.0