projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e69f8dc
)
Fix new test try 2
author
Teresa Johnson
<tejohnson@google.com>
Fri, 2 Aug 2019 13:49:48 +0000
(13:49 +0000)
committer
Teresa Johnson
<tejohnson@google.com>
Fri, 2 Aug 2019 13:49:48 +0000
(13:49 +0000)
Fix second (and last) instance of wrong Input file name in new test
added in r367679.
llvm-svn: 367682
llvm/test/ThinLTO/X86/devirt2.ll
patch
|
blob
|
history
diff --git
a/llvm/test/ThinLTO/X86/devirt2.ll
b/llvm/test/ThinLTO/X86/devirt2.ll
index
3e20114
..
513c5d3
100644
(file)
--- a/
llvm/test/ThinLTO/X86/devirt2.ll
+++ b/
llvm/test/ThinLTO/X86/devirt2.ll
@@
-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/devirt
3
.ll
+; RUN: opt -thinlto-bc -o %t4.o %p/Inputs/devirt
2
.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.