[PATCH] [libcxxabi] Add support for building and testing the unwinder.
Dan Albert
danalbert at google.com
Wed Jul 9 20:16:45 PDT 2014
jroelofs: I know you had mentioned that the unwinder might be moving to compiler-rt. Any idea about timeline on that?
================
Comment at: src/Unwind/CMakeLists.txt:88
@@ +87,3 @@
+ LINK_FLAGS "${link_flags}"
+ OUTPUT_NAME "llvmunwind"
+ VERSION "1.0"
----------------
Do we want it to just be libunwind? Could also build it in to libc++abi (or compiler-rt), but I assume we want it to be a different library.
http://reviews.llvm.org/D4448
More information about the cfe-commits
mailing list