[compiler-rt] r271577 - [profile] enable a subtest for vcall inline virtual func

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 13:12:06 PDT 2016


Author: davidxl
Date: Thu Jun  2 15:12:06 2016
New Revision: 271577

URL: http://llvm.org/viewvc/llvm-project?rev=271577&view=rev
Log:
[profile] enable a subtest for vcall inline virtual func

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=271577&r1=271576&r2=271577&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/instrprof-icall-promo.test (original)
+++ compiler-rt/trunk/test/profile/instrprof-icall-promo.test Thu Jun  2 15:12:06 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.
-#: %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




More information about the llvm-commits mailing list