Skip to content

Commit

Permalink
Linker/module-max-warn.ll: Fix test to be compatible with Windows fil…
Browse files Browse the repository at this point in the history
…e separators

(cherry picked from commit 84eeee6)
  • Loading branch information
dwblaikie authored and zmodem committed Feb 13, 2020
1 parent 9c9e46d commit 90c7807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/Linker/module-max-warn.ll
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit 90c7807

Please sign in to comment.