summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-10-14 12:32:47 +0000
committerRenato Golin <renato.golin@linaro.org>2014-10-14 12:32:47 +0000
commit8fcae0b35ee34b33d476ee4c9ddd5fe08f40b8a7 (patch)
treea7ca794cc337461b635d9e124afb799a8db220bb /compiler-rt
parent37435687357bbf556ee4c8ddd455805adfd9d11e (diff)
downloadbcm5719-llvm-8fcae0b35ee34b33d476ee4c9ddd5fe08f40b8a7.tar.gz
bcm5719-llvm-8fcae0b35ee34b33d476ee4c9ddd5fe08f40b8a7.zip
Fix silly commit to disable test on ARM
llvm-svn: 219681
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/lib/asan/tests/asan_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/tests/asan_test.cc b/compiler-rt/lib/asan/tests/asan_test.cc
index 85eb97e524f..adf39486c1e 100644
--- a/compiler-rt/lib/asan/tests/asan_test.cc
+++ b/compiler-rt/lib/asan/tests/asan_test.cc
@@ -602,7 +602,7 @@ NOINLINE void SigLongJmpFunc1(sigjmp_buf buf) {
siglongjmp(buf, 1);
}
-#if !defined(__ANDROID__) && !defined(__arm__) \
+#if !defined(__ANDROID__) && !defined(__arm__) && \
!defined(__powerpc64__) && !defined(__powerpc__)
// Does not work on Power and ARM:
// https://code.google.com/p/address-sanitizer/issues/detail?id=185
OpenPOWER on IntegriCloud