[llvm] [Offload] Enable shared-libs; compiler-rt as default RTLIB (PR #123568)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 00:56:40 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 "")
----------------
arsenm wrote:

What is the compile + test time difference with this? 

https://github.com/llvm/llvm-project/pull/123568


More information about the llvm-commits mailing list