[llvm] r367682 - Fix new test try 2
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 06:49:49 PDT 2019
Author: tejohnson
Date: Fri Aug 2 06:49:48 2019
New Revision: 367682
URL: http://llvm.org/viewvc/llvm-project?rev=367682&view=rev
Log:
Fix new test try 2
Fix second (and last) instance of wrong Input file name in new test
added in r367679.
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=367682&r1=367681&r2=367682&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/devirt2.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/devirt2.ll Fri Aug 2 06:49:48 2019
@@ -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.
More information about the llvm-commits
mailing list