forked from OSchip/llvm-project
[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 llvm-svn: 317728
This commit is contained in:
parent
49370ac7e2
commit
c707c6f3a7
|
@ -6,6 +6,8 @@
|
|||
//
|
||||
// Test crash due to __sanitizer_annotate_contiguous_container.
|
||||
|
||||
// REQUIRES: lto
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue