Hi danalbert, rengolin, jroelofs,

With previous changes, I am able to run backtrace_test with
shared library build of libc++abi and libunwind.

I believe we can enable this test for ARM now!

(p.s. This is the 6/6 patch to fix the backtrace_test and libgcc support.)

http://reviews.llvm.org/D7034

Files:
  test/backtrace_test.cpp

Index: test/backtrace_test.cpp
===================================================================
--- test/backtrace_test.cpp
+++ test/backtrace_test.cpp
@@ -6,7 +6,6 @@
 // Source Licenses. See LICENSE.TXT for details.
 //
 
//===----------------------------------------------------------------------===//
-// XFAIL: arm
 #include <assert.h>
 #include <stddef.h>
 #include <unwind.h>

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
Index: test/backtrace_test.cpp
===================================================================
--- test/backtrace_test.cpp
+++ test/backtrace_test.cpp
@@ -6,7 +6,6 @@
 // Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
-// XFAIL: arm
 #include <assert.h>
 #include <stddef.h>
 #include <unwind.h>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to