diff options
| author | Renato Golin <renato.golin@linaro.org> | 2016-12-09 19:02:04 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2016-12-09 19:02:04 +0000 |
| commit | 3bdc0f165b2a7a950918ee0f26925b74e028a61a (patch) | |
| tree | 77bd0fe84ee6eab9831dcc70f4a7891eb3efe4a7 /compiler-rt | |
| parent | 8f66b4b44a3de6215c83dfc47ec4158578fb4668 (diff) | |
| download | bcm5719-llvm-3bdc0f165b2a7a950918ee0f26925b74e028a61a.tar.gz bcm5719-llvm-3bdc0f165b2a7a950918ee0f26925b74e028a61a.zip | |
[DFSAN] Another unstable test in AArch64 breaking bots unnecessarily
llvm-svn: 289253
Diffstat (limited to 'compiler-rt')
| -rw-r--r-- | compiler-rt/test/dfsan/write_callback.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/dfsan/write_callback.c b/compiler-rt/test/dfsan/write_callback.c index 3ba027a0a46..31470efa9e8 100644 --- a/compiler-rt/test/dfsan/write_callback.c +++ b/compiler-rt/test/dfsan/write_callback.c @@ -3,6 +3,7 @@ // Tests that the custom implementation of write() does writes with or without // a callback set using dfsan_set_write_callback(). +// REQUIRES: stable-runtime #include <sanitizer/dfsan_interface.h> |

