summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-06-04 01:51:25 +0000
committerXinliang David Li <davidxl@google.com>2016-06-04 01:51:25 +0000
commitc012d086fac795d42d827c35d34653e615cecda0 (patch)
treebdbe8b30372ec66f876e7030b5f176c81caaba40 /compiler-rt/test
parent4a52222c9d2e1ea2960b11ce141a506da6a7c14b (diff)
downloadbcm5719-llvm-c012d086fac795d42d827c35d34653e615cecda0.tar.gz
bcm5719-llvm-c012d086fac795d42d827c35d34653e615cecda0.zip
reapply r271577 after OSX bug is fixed (hopefully)
llvm-svn: 271759
Diffstat (limited to 'compiler-rt/test')
-rw-r--r--compiler-rt/test/profile/instrprof-icall-promo.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/profile/instrprof-icall-promo.test b/compiler-rt/test/profile/instrprof-icall-promo.test
index 8be50bca644..ec6bd59c50a 100644
--- a/compiler-rt/test/profile/instrprof-icall-promo.test
+++ b/compiler-rt/test/profile/instrprof-icall-promo.test
@@ -10,7 +10,7 @@ RUN: %clangxx_profgen -O2 -Xclang -fprofile-instrument=llvm %t.1.o %t.2.o -o %t.
RUN: LLVM_PROFILE_FILE=%t-icall2.profraw %t.gen.2
RUN: llvm-profdata merge -o %t-icall2.profdata %t-icall2.profraw
# The following test will be re-enabled once a compiler bug is fixed.
-#: %clangxx -O2 -Rpass=pgo-icall-prom -fprofile-instr-use=%t-icall2.profdata -c -o %t.2.use.o %S/Inputs/instrprof-icall-promo_2.cc 2>&1 | FileCheck %s
+RUN: %clangxx -O2 -Rpass=pgo-icall-prom -fprofile-instr-use=%t-icall2.profdata -c -o %t.2.use.o %S/Inputs/instrprof-icall-promo_2.cc 2>&1 | FileCheck %s
# CHECK: Promote indirect call to
OpenPOWER on IntegriCloud