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

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 13:48:27 PST 2017


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>
 




More information about the llvm-commits mailing list