summaryrefslogtreecommitdiffstats
path: root/clang/test/Integration
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-08-30 23:26:38 +0000
committerHans Wennborg <hans@hanshq.net>2017-08-30 23:26:38 +0000
commit8f1559c2386463cea5c83128de6a4e6078800346 (patch)
tree92e53fffe5f9754094706f45306d2fd933dd344e /clang/test/Integration
parent5aa80f166389452ca66589b8c07b423fcf95cb8d (diff)
downloadbcm5719-llvm-8f1559c2386463cea5c83128de6a4e6078800346.tar.gz
bcm5719-llvm-8f1559c2386463cea5c83128de6a4e6078800346.zip
Fix the test fix from r312181
llvm-svn: 312193
Diffstat (limited to 'clang/test/Integration')
-rw-r--r--clang/test/Integration/thinlto_profile_sample_accurate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Integration/thinlto_profile_sample_accurate.c b/clang/test/Integration/thinlto_profile_sample_accurate.c
index d209e24d560..ac7274cee2d 100644
--- a/clang/test/Integration/thinlto_profile_sample_accurate.c
+++ b/clang/test/Integration/thinlto_profile_sample_accurate.c
@@ -3,7 +3,7 @@
// RUN: llvm-lto -thinlto -o %t %t.o
// RUN: %clang_cc1 -O2 -x ir %t.o -fthinlto-index=%t.thinlto.bc -emit-llvm -o - | FileCheck %s
-// CHECK: define {{.*}} void @foo()
-// CHECK: attributes {{.*}} "profile-sample-accurate"
+// CHECK: define{{.*}} void @foo()
+// CHECK: attributes{{.*}} "profile-sample-accurate"
void foo() {
}
OpenPOWER on IntegriCloud