summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2020-02-07 17:13:32 -0800
committerHans Wennborg <hans@chromium.org>2020-02-13 11:37:18 +0100
commit90c78073f73eac58f4f8b4772a896dc8aac023bc (patch)
tree6a7ed3e46b2c069382104102f36b4ab704fc663a
parent9c9e46d786d0581079e5018e550cbe187a1ec219 (diff)
downloadllvmorg-10.0.0-rc2.tar.gz
Linker/module-max-warn.ll: Fix test to be compatible with Windows file separatorsllvmorg-10.0.0-rc2
(cherry picked from commit 84eeee65804ba070c50978be1c741a1756779079)
-rw-r--r--llvm/test/Linker/module-max-warn.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Linker/module-max-warn.ll b/llvm/test/Linker/module-max-warn.ll
index b05688446ed5..a92cd22f1c9f 100644
--- a/llvm/test/Linker/module-max-warn.ll
+++ b/llvm/test/Linker/module-max-warn.ll
@@ -1,7 +1,7 @@
; RUN: llvm-link %s %p/Inputs/module-max-warn.ll -S -o - 2>&1 | FileCheck %s
-; CHECK: warning: linking module flags 'Combine Max and Warn': IDs have conflicting values ('i32 4' from {{.*}}/test/Linker/Inputs/module-max-warn.ll with 'i32 2' from llvm-link)
-; CHECK: warning: linking module flags 'Combine Warn and Max': IDs have conflicting values ('i32 5' from {{.*}}/test/Linker/Inputs/module-max-warn.ll with 'i32 3' from llvm-link)
+; CHECK: warning: linking module flags 'Combine Max and Warn': IDs have conflicting values ('i32 4' from {{.*}}/Inputs/module-max-warn.ll with 'i32 2' from llvm-link)
+; CHECK: warning: linking module flags 'Combine Warn and Max': IDs have conflicting values ('i32 5' from {{.*}}/Inputs/module-max-warn.ll with 'i32 3' from llvm-link)
; CHECK: !0 = !{i32 7, !"Combine Max and Warn", i32 4}