[llvm] [Offload] Enable shared-libs; compiler-rt as default RTLIB (PR #123568)
Jan Patrick Lehr via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 20 00:59:08 PST 2025
================
@@ -5,6 +5,7 @@ set(CMAKE_INSTALL_PREFIX /tmp/llvm.install.test CACHE STRING "")
# General settings
set(CMAKE_BUILD_TYPE Release CACHE STRING "")
+set(BUILD_SHARED_LIBS ON CACHE BOOL "")
----------------
jplehr wrote:
neglectable on the buildbots
https://github.com/llvm/llvm-project/pull/123568
More information about the llvm-commits
mailing list