[libcxx-commits] [PATCH] D72952: [libunwind] Set LIBUNWIND_ASM_SOURCES to the ASM source language from C
    Petr Hosek via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Fri Jan 24 19:18:42 PST 2020
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc48974ffd7d1: [libunwind] Set LIBUNWIND_ASM_SOURCES to the ASM source language from C (authored by JamesNagurne, committed by phosek).
Repository:
  rG LLVM Github Monorepo
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.240352.patch
Type: text/x-patch
Size: 436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200125/35f8dbe3/attachment.bin>
    
    
More information about the libcxx-commits
mailing list