[PATCH] [libcxxabi] Add support for building and testing the unwinder.

Jon Roelofs jonathan at codesourcery.com
Thu Jul 10 10:41:43 PDT 2014


Ah ok. Now I remember you mentioning this on #llvm.

================
Comment at: src/Unwind/CMakeLists.txt:15
@@ +14,3 @@
+
+set_source_files_properties(${LIBUNWIND_ASM_SOURCES} PROPERTIES LANGUAGE C)
+
----------------
Dan Albert wrote:
> Jon Roelofs wrote:
> > I'm very 'green' when it comes to cmake, but this looks odd. Should the language be set to some ASM thing instead of C?
> I had done that originally, but it didn't work when building in tree. I'm also pretty new to cmake, but I looked at compiler-rt and this is how they handle it.
ok

http://reviews.llvm.org/D4448






More information about the cfe-commits mailing list