summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRong Xu <xur@google.com>2020-01-14 16:29:05 -0800
committerRong Xu <xur@google.com>2020-01-14 16:32:17 -0800
commitc9ee5e996e3c89a751a35e8b771870e0ec24f3c0 (patch)
tree5b1024a9273ec1a128f2d3e130872e2a02a37def
parente244145ab08ae79ea3d22c2fe479ec084dbd7742 (diff)
downloadbcm5719-llvm-c9ee5e996e3c89a751a35e8b771870e0ec24f3c0.tar.gz
bcm5719-llvm-c9ee5e996e3c89a751a35e8b771870e0ec24f3c0.zip
Fix windows bot failures in c410adb092c9cb51ddb0b55862b70f2aa8c5b16f
(clang diagnostic handler for IR input files)
-rw-r--r--clang/test/CodeGen/thinlto-clang-diagnostic-handler-in-be.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto-clang-diagnostic-handler-in-be.c b/clang/test/CodeGen/thinlto-clang-diagnostic-handler-in-be.c
index 3c410571a90..389d24425cc 100644
--- a/clang/test/CodeGen/thinlto-clang-diagnostic-handler-in-be.c
+++ b/clang/test/CodeGen/thinlto-clang-diagnostic-handler-in-be.c
@@ -20,5 +20,5 @@ __attribute__((noinline)) void foo(int m) {
bar();
}
// CHECK-REMARK: remark: {{.*}}.c:
-// CHECK-WARNING: warning: Potential performance regression from use of __builtin_expect(): Annotation was correct on {{.*}}.c:{{[0-9]*}}:26: 50.00% (12 / 24) of profiled executions.
+// CHECK-WARNING: warning: Potential performance regression from use of __builtin_expect(): Annotation was correct on {{.*}}.c:{{[0-9]*}}:{{[0-9]*}}: 50.00% (12 / 24) of profiled executions.
// CHECK-NOWARNING-NOT: warning: {{.*}}.c:{{[0-9]*}}:26: 50.00% (12 / 24)
OpenPOWER on IntegriCloud