[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 14:15:07 PST 2020
JamesNagurne updated this revision to Diff 238888.
JamesNagurne added a comment.
Confirmed that cmake correctly identifies '.S' as ASM, and uses CMAKE_ASM_FLAGS
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 ASM)
set(LIBUNWIND_HEADERS
AddressSpace.hpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72952.238888.patch
Type: text/x-patch
Size: 436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200117/46b1e809/attachment.bin>
More information about the libcxx-commits
mailing list