Skip to content

Commit 5eb95e2

Browse files
committed
Fixed unified-lto-check test for Windows compatibility
1 parent de47c11 commit 5eb95e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/LTO/Resolution/X86/unified-lto-check.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
; RUN: not llvm-lto2 run --unified-lto=1 -o %t3 %t1 %t2 2>&1 | \
4747
; RUN: FileCheck %s --check-prefix INVALIDMODE
4848

49-
; INVALIDMODE: llvm-lto2: for the --unified-lto option: Cannot find option named
49+
; INVALIDMODE: for the --unified-lto option: Cannot find option named
5050

5151

5252
; UNIFIEDERR: unified LTO compilation must use compatible bitcode modules

0 commit comments

Comments
 (0)