<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 10, 2016, at 4:58 PM, Xinliang David Li <<a href="mailto:davidxl@google.com" class="">davidxl@google.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Rong reproduced the failure.  </div></div></blockquote>Cool.<br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class="">I have reverted the patch again.</div></div></blockquote>Great. Thanks!</div><div><br class=""></div><div>Pete<br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><br class=""></div><div class="">David</div><div class=""><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, May 10, 2016 at 4:34 PM, Pete Cooper <span dir="ltr" class=""><<a href="mailto:peter_cooper@apple.com" target="_blank" class="">peter_cooper@apple.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">Hi Rong<div class=""><br class=""></div><div class="">Looks like its an incremental RA bot.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Pete<div class=""><div class="h5"><br class=""><div class=""><blockquote type="cite" class=""><div class="">On May 10, 2016, at 4:30 PM, Rong Xu <<a href="mailto:xur@google.com" target="_blank" class="">xur@google.com</a>> wrote:</div><br class=""><div class=""><div dir="ltr" class="">Pete: what is the config of the buildbot that the test is failing?<div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""></div><div class="">-Rong</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, May 10, 2016 at 4:05 PM, Xinliang David Li <span dir="ltr" class=""><<a href="mailto:davidxl@google.com" target="_blank" class="">davidxl@google.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="">Rong, can you take a quick look? <div class=""><br class=""></div><div class="">David</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, May 10, 2016 at 4:04 PM, Pete Cooper <span dir="ltr" class=""><<a href="mailto:peter_cooper@apple.com" target="_blank" class="">peter_cooper@apple.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi David<br class="">
<br class="">
I’m afraid this is failing our internal bots again.<br class="">
<br class="">
I took a look at the instrprof-value-prof.test.tmp.ir.proftxt file and although your check line is looking for :ir, that file doesn’t contain that string.<br class="">
<br class="">
Any ideas?<br class="">
<br class="">
I’ve attached the file here just in case its useful.  Let me know if any other files are of use.<br class="">
<br class="">
Thanks,<br class="">
Pete<br class="">
<br class="">
<br class=""><br class="">
> On May 10, 2016, at 3:01 PM, Xinliang David Li via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org" target="_blank" class="">llvm-commits@lists.llvm.org</a>> wrote:<br class="">
><br class="">
> Author: davidxl<br class="">
> Date: Tue May 10 17:01:20 2016<br class="">
> New Revision: 269130<br class="">
><br class="">
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=269130&view=rev" rel="noreferrer" target="_blank" class="">http://llvm.org/viewvc/llvm-project?rev=269130&view=rev</a><br class="">
> Log:<br class="">
> Reapply r268608 after IR instr bug fix<br class="">
><br class="">
> Modified:<br class="">
>    compiler-rt/trunk/test/profile/Inputs/instrprof-value-prof-real.c<br class="">
>    compiler-rt/trunk/test/profile/instrprof-value-prof-shared.test<br class="">
>    compiler-rt/trunk/test/profile/instrprof-value-prof.test<br class="">
><br class="">
> Modified: compiler-rt/trunk/test/profile/Inputs/instrprof-value-prof-real.c<br class="">
> URL: <a href="http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/Inputs/instrprof-value-prof-real.c?rev=269130&r1=269129&r2=269130&view=diff" rel="noreferrer" target="_blank" class="">http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/Inputs/instrprof-value-prof-real.c?rev=269130&r1=269129&r2=269130&view=diff</a><br class="">
> ==============================================================================<br class="">
> --- compiler-rt/trunk/test/profile/Inputs/instrprof-value-prof-real.c (original)<br class="">
> +++ compiler-rt/trunk/test/profile/Inputs/instrprof-value-prof-real.c Tue May 10 17:01:20 2016<br class="">
> @@ -53,6 +53,7 @@ int main() {<br class="">
>   return 0;<br class="">
> }<br class="">
><br class="">
> +// IR: :ir<br class="">
> // CHECK-LABEL:  main:<br class="">
> // CHECK:     [ 0, foo_1_1_1_1_1_1_1_1_1, 1000 ]<br class="">
> // CHECK-NEXT:        [ 0, foo_1_1_1_1_1_1_1_1_2, 999 ]<br class="">
><br class="">
> Modified: compiler-rt/trunk/test/profile/instrprof-value-prof-shared.test<br class="">
> URL: <a href="http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/instrprof-value-prof-shared.test?rev=269130&r1=269129&r2=269130&view=diff" rel="noreferrer" target="_blank" class="">http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/instrprof-value-prof-shared.test?rev=269130&r1=269129&r2=269130&view=diff</a><br class="">
> ==============================================================================<br class="">
> --- compiler-rt/trunk/test/profile/instrprof-value-prof-shared.test (original)<br class="">
> +++ compiler-rt/trunk/test/profile/instrprof-value-prof-shared.test Tue May 10 17:01:20 2016<br class="">
> @@ -14,3 +14,4 @@<br class="">
> // RUN: llvm-profdata show --all-functions -ic-targets  %t.ir.profdata | FileCheck  %S/Inputs/instrprof-value-prof-real.c<br class="">
> // RUN: llvm-profdata merge -text  %t.ir.profdata -o %t.ir.proftxt<br class="">
> // RUN: llvm-profdata show --all-functions -ic-targets  %t.ir.profdata | FileCheck  %S/Inputs/instrprof-value-prof-real.c --check-prefix=SHARED<br class="">
> +// RUN: FileCheck  %S/Inputs/instrprof-value-prof-real.c --check-prefix=IR < %t.ir.proftxt<br class="">
><br class="">
> Modified: compiler-rt/trunk/test/profile/instrprof-value-prof.test<br class="">
> URL: <a href="http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/instrprof-value-prof.test?rev=269130&r1=269129&r2=269130&view=diff" rel="noreferrer" target="_blank" class="">http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/instrprof-value-prof.test?rev=269130&r1=269129&r2=269130&view=diff</a><br class="">
> ==============================================================================<br class="">
> --- compiler-rt/trunk/test/profile/instrprof-value-prof.test (original)<br class="">
> +++ compiler-rt/trunk/test/profile/instrprof-value-prof.test Tue May 10 17:01:20 2016<br class="">
> @@ -3,9 +3,10 @@<br class="">
> // RUN: llvm-profdata merge -o %t.profdata %t.profraw<br class="">
> // RUN: llvm-profdata show --all-functions -ic-targets  %t.profdata | FileCheck  %S/Inputs/instrprof-value-prof-real.c<br class="">
><br class="">
> -// do two step build before the clang option is ready<br class="">
> -// RUN: %clang -O2 -mllvm -disable-vp=false -Xclang -fprofile-instrument=llvm -c -o %t.ir.o  %S/Inputs/instrprof-value-prof-real.c<br class="">
> -// RUN: %clang_profgen -O2 -o %<a href="http://t.ir/" rel="noreferrer" target="_blank" class="">t.ir</a>  %t.ir.o<br class="">
> +// IR level instrumentation<br class="">
> +// RUN: %clang_profgen -O2 -mllvm -disable-vp=false -Xclang -fprofile-instrument=llvm -o %<a href="http://t.ir/" rel="noreferrer" target="_blank" class="">t.ir</a>  %S/Inputs/instrprof-value-prof-real.c<br class="">
> // RUN: env LLVM_PROFILE_FILE=%t.ir.profraw %run %<a href="http://t.ir/" rel="noreferrer" target="_blank" class="">t.ir</a><br class="">
> // RUN: llvm-profdata merge -o %t.ir.profdata %t.ir.profraw<br class="">
> // RUN: llvm-profdata show --all-functions -ic-targets  %t.ir.profdata | FileCheck  %S/Inputs/instrprof-value-prof-real.c<br class="">
> +// RUN: llvm-profdata merge -text  %t.ir.profdata -o %t.ir.proftxt<br class="">
> +// RUN: FileCheck  %S/Inputs/instrprof-value-prof-real.c --check-prefix=IR < %t.ir.proftxt<br class="">
><br class="">
><br class="">
> _______________________________________________<br class="">
> llvm-commits mailing list<br class="">
> <a href="mailto:llvm-commits@lists.llvm.org" target="_blank" class="">llvm-commits@lists.llvm.org</a><br class="">
> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank" class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br class="">
<br class="">
<br class=""></blockquote></div><br class=""></div>
</blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></div></div></div></div></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></body></html>