summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-prefix-map.c
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-10-10 18:36:41 +0000
committerReid Kleckner <rnk@google.com>2019-10-10 18:36:41 +0000
commit63bb6737cee932331468107f6800273fff520ab4 (patch)
treeb0bce0f42859a0da9ea58705a00aeff497237273 /clang/test/CodeGen/debug-prefix-map.c
parent67d440b949d6fefef53deec1e585435ffb33f4f8 (diff)
downloadbcm5719-llvm-63bb6737cee932331468107f6800273fff520ab4.tar.gz
bcm5719-llvm-63bb6737cee932331468107f6800273fff520ab4.zip
Update clang tests for new LLVM IR backslash printing in r374415
llvm-svn: 374416
Diffstat (limited to 'clang/test/CodeGen/debug-prefix-map.c')
-rw-r--r--clang/test/CodeGen/debug-prefix-map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-prefix-map.c b/clang/test/CodeGen/debug-prefix-map.c
index f755ba47a29..d6032a658c2 100644
--- a/clang/test/CodeGen/debug-prefix-map.c
+++ b/clang/test/CodeGen/debug-prefix-map.c
@@ -16,7 +16,7 @@ void test_rewrite_includes() {
vprintf("string", argp);
}
-// CHECK-NO-MAIN-FILE-NAME: !DIFile(filename: "/UNLIKELY_PATH/empty{{/|\\5C}}<stdin>"
+// CHECK-NO-MAIN-FILE-NAME: !DIFile(filename: "/UNLIKELY_PATH/empty{{/|\\\\}}<stdin>"
// CHECK-NO-MAIN-FILE-NAME: !DIFile(filename: "/UNLIKELY_PATH/empty{{[/\\]}}{{.*}}",
// On POSIX systems "Dir" should actually be empty, but on Windows we
// can't recognize "/UNLIKELY_PATH" as being an absolute path.
OpenPOWER on IntegriCloud