diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-03 20:26:31 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-03 20:26:31 +0000 |
commit | 285f392c555459b82baeec68b944936685546972 (patch) | |
tree | 859b31c183aacabb13a82a7199883a2c70f70d37 /test/asan/TestCases/Darwin/haswell-symbolication.cc | |
parent | 8d8e909cdc9f4e78e1e1600497d827e1acde6cea (diff) | |
download | src-285f392c555459b82baeec68b944936685546972.tar.gz src-285f392c555459b82baeec68b944936685546972.zip |
Vendor import of compiler-rt trunk r302069:vendor/compiler-rt/compiler-rt-trunk-r302069
Notes
Notes:
svn path=/vendor/compiler-rt/dist/; revision=317764
svn path=/vendor/compiler-rt/compiler-rt-trunk-r302069/; revision=317765; tag=vendor/compiler-rt/compiler-rt-trunk-r302069
Diffstat (limited to 'test/asan/TestCases/Darwin/haswell-symbolication.cc')
-rw-r--r-- | test/asan/TestCases/Darwin/haswell-symbolication.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/Darwin/haswell-symbolication.cc b/test/asan/TestCases/Darwin/haswell-symbolication.cc index 59c938ca5087..7856c4d61e16 100644 --- a/test/asan/TestCases/Darwin/haswell-symbolication.cc +++ b/test/asan/TestCases/Darwin/haswell-symbolication.cc @@ -48,6 +48,7 @@ // REQUIRES: x86-target-arch // REQUIRES: x86_64h +// UNSUPPORTED: ios #include <sanitizer/common_interface_defs.h> #include <stdio.h> |