[compiler-rt] r221551 - PPC fix works for ARM, too
Renato Golin
renato.golin at linaro.org
Fri Nov 7 13:55:11 PST 2014
Author: rengolin
Date: Fri Nov 7 15:55:11 2014
New Revision: 221551
URL: http://llvm.org/viewvc/llvm-project?rev=221551&view=rev
Log:
PPC fix works for ARM, too
Modified:
compiler-rt/trunk/test/asan/TestCases/zero_page_pc.cc
Modified: compiler-rt/trunk/test/asan/TestCases/zero_page_pc.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/zero_page_pc.cc?rev=221551&r1=221550&r2=221551&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/zero_page_pc.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/zero_page_pc.cc Fri Nov 7 15:55:11 2014
@@ -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() {
More information about the llvm-commits
mailing list