[PATCH] Enable backtrace_test for ARM.
Logan Chien
tzuhsiang.chien at gmail.com
Sat Jan 17 00:14:09 PST 2015
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/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7034.18341.patch
Type: text/x-patch
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150117/dcfb1d76/attachment.bin>
More information about the cfe-commits
mailing list