[compiler-rt] r271617 - Revert "[profile] enable a subtest for vcall inline virtual func"
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 2 17:45:26 PDT 2016
Author: mehdi_amini
Date: Thu Jun 2 19:45:26 2016
New Revision: 271617
URL: http://llvm.org/viewvc/llvm-project?rev=271617&view=rev
Log:
Revert "[profile] enable a subtest for vcall inline virtual func"
This reverts commit r271577.
The test does not pass on OSX.
Modified:
compiler-rt/trunk/test/profile/instrprof-icall-promo.test
Modified: compiler-rt/trunk/test/profile/instrprof-icall-promo.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/instrprof-icall-promo.test?rev=271617&r1=271616&r2=271617&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/instrprof-icall-promo.test (original)
+++ compiler-rt/trunk/test/profile/instrprof-icall-promo.test Thu Jun 2 19:45:26 2016
@@ -10,7 +10,7 @@ RUN: %clangxx_profgen -O2 -Xclang -fprof
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.
-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
+#: %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
More information about the llvm-commits
mailing list