[compiler-rt] dd1ea9d - Reland: [Coverage] Revise format to reduce binary size
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 2 08:00:25 PST 2020
Sorry about the breakage, I’ve disabled the test in f82ae3ad while I investigate.
Is there any chance you’re able to access %t.v1.o, %t.v2.o, and/or %t.exe from the last failed run? That would be a big help (this certainly doesn’t reproduce on my system), but if not, no problem, I’ll set up a VM.
// RUN: %clangxx_profgen -std=c++14 -fcoverage-mapping %s -c -o %t.v1.o \
// RUN: -D_VERSION_1
// RUN: %clangxx_profgen -std=c++14 -fcoverage-mapping %s -c -o %t.v2.o \
// RUN: -D_VERSION_2
// RUN: %clangxx_profgen -std=c++14 -fcoverage-mapping %t.v1.o %t.v2.o \
// RUN: -o %t.exe
vedant
> On Mar 2, 2020, at 6:11 AM, Jeremy Morse <jeremy.morse.llvm at gmail.com> wrote:
>
> Hi Vedant,
>
> We're seeing the following test fail with this commit:
>
> compiler-rt/test/profile/instrprof-merging.cpp
>
> Which has also knackered one of the sanitizer buildbots ("test
> standalone compiler-rt"):
>
> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/25925
>
> Note that build 25923 fails for different reasons, and build 25924
> fails too because it contains the previous land of D69471.
>
> --
> Thanks,
> Jeremy
More information about the llvm-commits
mailing list