Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thornburgh <dthorn@google.com>2022-08-08 21:39:44 +0300
committerTobias Hieta <tobias@hieta.se>2022-09-07 09:37:30 +0300
commit55b8f29a9c4c131b744d4e705e1dfa9bb6ff8459 (patch)
treef889f022d8645bc434b5250c21dde9a0e5ec87c3
parent4cc81e378a857ffcfdca3d654d3345b9ea9ab05f (diff)
[Symbolizer] Fix symbolizer-filter-markup-pc.test on Windows
(cherry picked from commit 0d6cf1e8b5fa8590f816d5330cb7c2dcc449ec24)
-rw-r--r--llvm/test/DebugInfo/symbolize-filter-markup-pc.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/DebugInfo/symbolize-filter-markup-pc.test b/llvm/test/DebugInfo/symbolize-filter-markup-pc.test
index 5d77a5c72411..19b5e5be0d37 100644
--- a/llvm/test/DebugInfo/symbolize-filter-markup-pc.test
+++ b/llvm/test/DebugInfo/symbolize-filter-markup-pc.test
@@ -10,10 +10,10 @@ RUN: --implicit-check-not {{.}}
RUN: FileCheck %s --check-prefix=ERR --input-file=%t.err --match-full-lines
CHECK: [[BEGIN:\[{3}]]ELF module #0x0 "a.o"; BuildID=abcdef [0x0-0xff](r)[[END:\]{3}]]
-CHECK: first[/dir/tmp.c:3]
-CHECK: first[/dir/tmp.c:5]
-CHECK: first[/dir/tmp.c:4]
-CHECK: first[/dir/tmp.c:5]
+CHECK: first[/dir[[SEP:[/\\]]]tmp.c:3]
+CHECK: first[/dir[[SEP]]tmp.c:5]
+CHECK: first[/dir[[SEP]]tmp.c:4]
+CHECK: first[/dir[[SEP]]tmp.c:5]
CHECK: [[BEGIN]]pc:0xff[[END]]
CHECK: [[BEGIN]]pc:0x100[[END]]