Revert "Android.rules: build x86 tests with -mstackrealign"
authorPavel Labath <labath@google.com>
Thu, 6 Jul 2017 11:43:20 +0000 (11:43 +0000)
committerPavel Labath <labath@google.com>
Thu, 6 Jul 2017 11:43:20 +0000 (11:43 +0000)
Starting with android ndk r15, clang much more tests are affected by the
-mstackrealign bugl (now nearly all functions are affected, and not just
the ones requiring 16-byte alignment). Due to their numbers, Xfailing
all of them is not a viable option, so we will just have to declare this
configuration unsupported, and wait until ndk ships a clang version that
has this bug fixed.

llvm-svn: 307252

lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py
lldb/packages/Python/lldbsuite/test/make/Android.rules

index cf435a4aae91193c088b31da106d25dce3ed7dc6..1750bd31b3df61756c782f2163c1b5c74886a4cd 100644 (file)
@@ -31,8 +31,6 @@ class ReturnValueTestCase(TestBase):
             "<=",
             "3.6"],
         archs=["i386"])
-    @expectedFailureAll(compiler="clang", compiler_version=["<=", "5.0.300080"],
-            triple='.*-android', archs=["i386"])
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
     @add_test_categories(['pyapi'])
     def test_with_python(self):
index 0a725494d3542c77dd32cc3e76365b45edcf6858..058401f425ad789004f0fb52d6cc29792d240dbf 100644 (file)
@@ -90,7 +90,3 @@ else
 
        ARCH_LDFLAGS += $(NDK_ROOT)/sources/cxx-stl/gnu-libstdc++/4.9/libs/$(STL_ARCH)/libgnustl_static.a
 endif
-
-ifeq "$(ARCH)" "i386"
-       ARCH_CFLAGS += -mstackrealign
-endif