diff options
| author | Kostya Serebryany <kcc@google.com> | 2013-12-04 10:48:16 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2013-12-04 10:48:16 +0000 |
| commit | 5b66bad259944d8b51add03539071dba39d5694f (patch) | |
| tree | 8c19d3d5f3b5632ba9661771aa59063d27c91d96 /compiler-rt/lib/asan/tests/asan_test_utils.h | |
| parent | 32b0b217906cf50ad2d52b0c5219134ec9be81c5 (diff) | |
| download | bcm5719-llvm-5b66bad259944d8b51add03539071dba39d5694f.tar.gz bcm5719-llvm-5b66bad259944d8b51add03539071dba39d5694f.zip | |
[asan] require __i686__ for the SSE test; also make weaker claims about stack buffer overflows in another test
llvm-svn: 196375
Diffstat (limited to 'compiler-rt/lib/asan/tests/asan_test_utils.h')
| -rw-r--r-- | compiler-rt/lib/asan/tests/asan_test_utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler-rt/lib/asan/tests/asan_test_utils.h b/compiler-rt/lib/asan/tests/asan_test_utils.h index 403773180c2..b6bf6b82066 100644 --- a/compiler-rt/lib/asan/tests/asan_test_utils.h +++ b/compiler-rt/lib/asan/tests/asan_test_utils.h @@ -41,10 +41,6 @@ #include <unistd.h> #endif -#if defined(__i386__) || defined(__x86_64__) -#include <emmintrin.h> -#endif - #ifndef __APPLE__ #include <malloc.h> #endif |

