[all-commits] [llvm/llvm-project] d9cb50: Win release packaging: Don't try to use rpmalloc f...
Hans via All-commits
all-commits at lists.llvm.org
Tue Sep 3 00:03:00 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: d9cb501ec0012de5d4e1c6310df55f4e8af011a9
https://github.com/llvm/llvm-project/commit/d9cb501ec0012de5d4e1c6310df55f4e8af011a9
Author: Hans <hans at hanshq.net>
Date: 2024-09-03 (Tue, 03 Sep 2024)
Changed paths:
M llvm/utils/release/build_llvm_release.bat
Log Message:
-----------
Win release packaging: Don't try to use rpmalloc for 32-bit x86 (#106969)
because that doesn't work (results in `LINK : error LNK2001: unresolved
external symbol malloc`).
Based on the title of #91862 it was only intended for use in 64-bit
builds.
(cherry picked from commit ef26afcb88dcb5f2de79bfc3cf88a8ea10f230ec)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list