summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2017-11-08 21:48:27 +0000
committerTeresa Johnson <tejohnson@google.com>2017-11-08 21:48:27 +0000
commit15532ad8e9d85186c2d96135ca45fff893ee8cd7 (patch)
tree933d2679d395c99ddc3bfe3bfa98eb4bb269ff97 /test
parent4468fdf54b97cdc36654eadb4c4fa84ec44ac20c (diff)
[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 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@317728 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/asan/TestCases/Linux/contiguous_container_crash_thinlto.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/asan/TestCases/Linux/contiguous_container_crash_thinlto.cc b/test/asan/TestCases/Linux/contiguous_container_crash_thinlto.cc
index e2f7a66f2..5c082edce 100644
--- a/test/asan/TestCases/Linux/contiguous_container_crash_thinlto.cc
+++ b/test/asan/TestCases/Linux/contiguous_container_crash_thinlto.cc
@@ -6,6 +6,8 @@
//
// Test crash due to __sanitizer_annotate_contiguous_container.
+// REQUIRES: lto
+
#include <assert.h>
#include <string.h>