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

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 17:53:01 PDT 2016


Hi David,

Reverted in r271617, our bot does not like it apparently: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-globalisel_check/2118/console

Let me know if you don't have an OS X install available, and I may be able to provide more information.

-- 
Mehdi


> On Jun 2, 2016, at 1:12 PM, Xinliang David Li via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> 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
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list