[llvm] [Support] Vendor rpmalloc in-tree and use it for the Windows 64-bit release (PR #91862)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 2 03:57:13 PDT 2024
================
@@ -163,6 +163,7 @@ set common_cmake_flags=^
-DCLANG_ENABLE_LIBXML2=OFF ^
-DCMAKE_C_FLAGS="%common_compiler_flags%" ^
-DCMAKE_CXX_FLAGS="%common_compiler_flags%" ^
+ -DLLVM_ENABLE_RPMALLOC=ON ^
----------------
zmodem wrote:
I didn't catch this at the time, but this enables the use of rpmalloc also for 32-bit x86, which doesn't work. See https://github.com/llvm/llvm-project/pull/106969
https://github.com/llvm/llvm-project/pull/91862
More information about the llvm-commits
mailing list