summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2018-02-06 00:43:26 +0000
committerPaul Robinson <paul.robinson@sony.com>2018-02-06 00:43:26 +0000
commit7b98be2c192ceeccd18daafb5129400866ff5188 (patch)
treebb8bfe6ce49d3b286923238cc0fc9381d9a7f560
parentfeda4f6a50e7485519b6508f4c7406504d03534a (diff)
downloadbcm5719-llvm-7b98be2c192ceeccd18daafb5129400866ff5188.tar.gz
bcm5719-llvm-7b98be2c192ceeccd18daafb5129400866ff5188.zip
Fix regex from r324279 more better.
llvm-svn: 324298
-rw-r--r--llvm/test/MC/MachO/gen-dwarf-cpp.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/MachO/gen-dwarf-cpp.s b/llvm/test/MC/MachO/gen-dwarf-cpp.s
index bcc789c23c9..ad07bf6096a 100644
--- a/llvm/test/MC/MachO/gen-dwarf-cpp.s
+++ b/llvm/test/MC/MachO/gen-dwarf-cpp.s
@@ -14,7 +14,7 @@ L1: leave
// rdar://9275556
// We check that the source name "t.s" is picked up
-// CHECK: include_directories[ 1] = "{{.*[/\\\\]}}test{{[/\\\\]}}MC{{[/\\\\]}}MachO"
+// CHECK: include_directories[ 1] = "{{.*(/|\\\\)}}test{{(/|\\\\)}}MC{{(/|\\\\)}}MachO"
// CHECK: include_directories[ 2] = "inc"
// CHECK: Dir Mod Time File Len File Name
// CHECK: ---- ---------- ---------- ---------------------------
OpenPOWER on IntegriCloud