[llvm-branch-commits] [llvm] RuntimeLibcalls: Add malloc and free entries (PR #167081)
Simon Pilgrim via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Nov 11 00:59:22 PST 2025
================
@@ -129,13 +129,23 @@ bool RuntimeLibcallsInfo::darwinHasExp10(const Triple &TT) {
}
}
+/// TODO: There is really no guarantee that sizeof(size_t) is equal to the index
+/// size of the edfault address space. This matches TargetLibraryInfo and should
----------------
RKSimon wrote:
default
https://github.com/llvm/llvm-project/pull/167081
More information about the llvm-branch-commits
mailing list