[all-commits] [llvm/llvm-project] 8654a0: [libc++] Don't re-export new/delete from libc++abi...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Oct 1 10:32:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8654a0f8bbf3e28eb210c75c8c70c739de637226
https://github.com/llvm/llvm-project/commit/8654a0f8bbf3e28eb210c75c8c70c739de637226
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M libcxx/src/CMakeLists.txt
M libcxxabi/src/CMakeLists.txt
Log Message:
-----------
[libc++] Don't re-export new/delete from libc++abi when they are defined in libc++
This is a temporary workaround until the new/delete situation is made
better (i.e. we don't include new/delete in both libc++ and libc++abi
by default).
More information about the All-commits
mailing list