mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 12:26:07 +00:00

Eventually, this should become the default way of running the tests. For now, only move a few CI nodes to it, and keep a node that runs the legacy configuration. Differential Revision: https://reviews.llvm.org/D97565
4 lines
138 B
CMake
4 lines
138 B
CMake
set(LIBCXX_ENABLE_SHARED OFF CACHE BOOL "")
|
|
set(LIBCXXABI_ENABLE_SHARED OFF CACHE BOOL "")
|
|
set(LIBUNWIND_ENABLE_SHARED OFF CACHE BOOL "")
|