[llvm] r367680 - Fix new test

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 06:26:18 PDT 2019


Author: tejohnson
Date: Fri Aug  2 06:26:18 2019
New Revision: 367680

URL: http://llvm.org/viewvc/llvm-project?rev=367680&view=rev
Log:
Fix new test

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

Modified:
    llvm/trunk/test/ThinLTO/X86/devirt2.ll

Modified: llvm/trunk/test/ThinLTO/X86/devirt2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ThinLTO/X86/devirt2.ll?rev=367680&r1=367679&r2=367680&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/devirt2.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/devirt2.ll Fri Aug  2 06:26:18 2019
@@ -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.




More information about the llvm-commits mailing list