[all-commits] [llvm/llvm-project] d4a1e0: [libc++] NFC: Synchronize libc++abi and libc++ new...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Nov 11 13:35:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d4a1e03c5fb588a8e3f41110de437b38d4e57bbf
https://github.com/llvm/llvm-project/commit/d4a1e03c5fb588a8e3f41110de437b38d4e57bbf
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-11-11 (Wed, 11 Nov 2020)
Changed paths:
M libcxx/src/new.cpp
Log Message:
-----------
[libc++] NFC: Synchronize libc++abi and libc++ new definitions
Some changes were made to the libc++abi new/delete definitions, but
they were not copied back to the libc++ definition. It sucks that we
have this duplication, but for now at least let's keep them in sync.
More information about the All-commits
mailing list