[libcxx-commits] [PATCH] D97399: [libcxx] [cmake] Add asm to the runtimes build languages
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 25 14:11:34 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG72fe14d40a52: [libcxx] [cmake] Add asm to the runtimes build languages (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97399/new/
https://reviews.llvm.org/D97399
Files:
libcxx/utils/ci/runtimes/CMakeLists.txt
Index: libcxx/utils/ci/runtimes/CMakeLists.txt
===================================================================
--- libcxx/utils/ci/runtimes/CMakeLists.txt
+++ libcxx/utils/ci/runtimes/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13.4)
-project(LLVM_RUNTIMES)
+project(LLVM_RUNTIMES C CXX ASM)
set(CMAKE_BUILD_WITH_INSTALL_NAME_DIR ON)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97399.326498.patch
Type: text/x-patch
Size: 364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210225/19bbb356/attachment.bin>
More information about the libcxx-commits
mailing list