summaryrefslogtreecommitdiff
path: root/test/Profile
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-07-22 22:25:01 +0000
committerXinliang David Li <davidxl@google.com>2016-07-22 22:25:01 +0000
commit8747ea8f68604c5c2719f387628b4f76074f3a77 (patch)
tree77df2213f9471bef94c07b14f1426804ec838c6f /test/Profile
parentbce52aed345c52715744ec7aef4942b3a66bfc04 (diff)
[Profile] Enable profile merging with -fprofile-generat[=<dir>]
This patch enables raw profile merging for this option which is the new intended behavior. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276484 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Profile')
-rw-r--r--test/Profile/gcc-flag-compatibility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Profile/gcc-flag-compatibility.c b/test/Profile/gcc-flag-compatibility.c
index dce870ea25..0376b0b965 100644
--- a/test/Profile/gcc-flag-compatibility.c
+++ b/test/Profile/gcc-flag-compatibility.c
@@ -12,7 +12,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: constant [25 x i8] c"/path/to{{/|\\5C}}default.profraw\00"
+// PROFILE-GEN-EQ: constant [{{.*}} x i8] c"/path/to{{/|\\5C}}{{.*}}\00"
// Check that -fprofile-use=some/path reads some/path/default.profdata
// RUN: rm -rf %t.dir