summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/gcc-flag-compatibility.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Profile/gcc-flag-compatibility.c')
-rw-r--r--clang/test/Profile/gcc-flag-compatibility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Profile/gcc-flag-compatibility.c b/clang/test/Profile/gcc-flag-compatibility.c
index f4d0ccf7d6b..5f76c62483f 100644
--- a/clang/test/Profile/gcc-flag-compatibility.c
+++ b/clang/test/Profile/gcc-flag-compatibility.c
@@ -15,7 +15,7 @@
// Check that -fprofile-generate=/path/to generates /path/to/default.profraw
// RUN: %clang %s -c -S -o - -emit-llvm -fprofile-generate=/path/to | FileCheck -check-prefix=PROFILE-GEN-EQ %s
-// PROFILE-GEN-EQ: private constant [25 x i8] c"/path/to/default.profraw\00"
+// PROFILE-GEN-EQ: private constant [25 x i8] c"/path/to{{/|\\5C}}default.profraw\00"
// PROFILE-GEN-EQ: call void @__llvm_profile_override_default_filename(i8* getelementptr inbounds ([25 x i8], [25 x i8]* @0, i32 0, i32 0))
// PROFILE-GEN-EQ: declare void @__llvm_profile_override_default_filename(i8*)
OpenPOWER on IntegriCloud