[compiler-rt] r317728 - [ThinLTO] New test needs to require LTO

Evgenii Stepanov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 14:47:49 PST 2017


This also needs -fuse-ld=gold, at least.

On Wed, Nov 8, 2017 at 1:48 PM, Teresa Johnson via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: tejohnson
> Date: Wed Nov  8 13:48:27 2017
> New Revision: 317728
>
> URL: http://llvm.org/viewvc/llvm-project?rev=317728&view=rev
> Log:
> [ThinLTO] New test needs to require LTO
>
> Fix buildbot failures:
> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/5262/steps/annotate/logs/stdio
>
> Modified:
>     compiler-rt/trunk/test/asan/TestCases/Linux/contiguous_container_crash_thinlto.cc
>
> Modified: compiler-rt/trunk/test/asan/TestCases/Linux/contiguous_container_crash_thinlto.cc
> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/contiguous_container_crash_thinlto.cc?rev=317728&r1=317727&r2=317728&view=diff
> ==============================================================================
> --- compiler-rt/trunk/test/asan/TestCases/Linux/contiguous_container_crash_thinlto.cc (original)
> +++ compiler-rt/trunk/test/asan/TestCases/Linux/contiguous_container_crash_thinlto.cc Wed Nov  8 13:48:27 2017
> @@ -6,6 +6,8 @@
>  //
>  // Test crash due to __sanitizer_annotate_contiguous_container.
>
> +// REQUIRES: lto
> +
>  #include <assert.h>
>  #include <string.h>
>
>
>
> _______________________________________________
> 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