[llvm] [Support] Vendor rpmalloc in-tree and use it for the Windows 64-bit release (PR #91862)
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 04:56:38 PDT 2024
================
@@ -250,7 +252,7 @@ set cmake_flags=^
-DLLDB_TEST_COMPILER=%stage0_bin_dir%/clang.exe ^
-DPYTHON_HOME=%PYTHONHOME% ^
-DPython3_ROOT_DIR=%PYTHONHOME% ^
- -DLIBXML2_INCLUDE_DIRS=%libxmldir%/include/libxml2 ^
+ -DLIBXML2_INCLUDE_DIR=%libxmldir%/include/libxml2 ^
----------------
aganea wrote:
Removed. We can't build with the latest cmake without this, will propose that in a separate PR.
https://github.com/llvm/llvm-project/pull/91862
More information about the llvm-commits
mailing list