[libcxx-commits] [PATCH] D72952: [libunwind] Set LIBUNWIND_ASM_SOURCES to the ASM source language from C
Shoaib Meenai via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 17 13:36:13 PST 2020
smeenai added subscribers: compnerd, smeenai.
smeenai added a reviewer: compnerd.
smeenai added a comment.
Adding @compnerd, who's familiar with both libunwind and CMake :)
================
Comment at: libunwind/src/CMakeLists.txt:27-29
set_source_files_properties(${LIBUNWIND_ASM_SOURCES}
PROPERTIES
+ LANGUAGE ASM)
----------------
Do you need this at all, or will CMake just do the right thing by default?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72952/new/
https://reviews.llvm.org/D72952
More information about the libcxx-commits
mailing list