summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-11-07 21:55:11 +0000
committerRenato Golin <renato.golin@linaro.org>2014-11-07 21:55:11 +0000
commit4f71e94638d0a31baac264dc8207df09bcc7679f (patch)
tree7dc93914bf4c943aa32f8de9db3cf8599cbff659
parent7b3749c270d2bcc4553e970dbaa50f8271577717 (diff)
PPC fix works for ARM, too
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@221551 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/asan/TestCases/zero_page_pc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/asan/TestCases/zero_page_pc.cc b/test/asan/TestCases/zero_page_pc.cc
index ae741e63e..f8bf1d926 100644
--- a/test/asan/TestCases/zero_page_pc.cc
+++ b/test/asan/TestCases/zero_page_pc.cc
@@ -3,7 +3,6 @@
// https://code.google.com/p/address-sanitizer/issues/detail?id=336
// XFAIL: android
-// XFAIL: armv7l-unknown-linux-gnueabihf
typedef void void_f();
int main() {