[libcxx-commits] [PATCH] D72952: [libunwind] Set LIBUNWIND_ASM_SOURCES to the ASM source language from C

James Nagurne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 17 15:49:30 PST 2020


JamesNagurne updated this revision to Diff 238913.
JamesNagurne added a comment.

Updated to reflect master -> diff 2, rather than diff 1 -> diff 2


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72952/new/

https://reviews.llvm.org/D72952

Files:
  libunwind/src/CMakeLists.txt


Index: libunwind/src/CMakeLists.txt
===================================================================
--- libunwind/src/CMakeLists.txt
+++ libunwind/src/CMakeLists.txt
@@ -24,9 +24,6 @@
     UnwindRegistersRestore.S
     UnwindRegistersSave.S
     )
-set_source_files_properties(${LIBUNWIND_ASM_SOURCES}
-                            PROPERTIES
-                              LANGUAGE C)
 
 set(LIBUNWIND_HEADERS
     AddressSpace.hpp


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72952.238913.patch
Type: text/x-patch
Size: 436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200117/41324d8e/attachment.bin>


More information about the libcxx-commits mailing list