[all-commits] [llvm/llvm-project] eaa928: [libc++] Explicitly request new/delete in libc++ f...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Oct 20 07:51:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eaa928b71a090905cb178c22054cdf6aa8eb80cb
https://github.com/llvm/llvm-project/commit/eaa928b71a090905cb178c22054cdf6aa8eb80cb
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-10-20 (Tue, 20 Oct 2020)
Changed paths:
M clang/cmake/caches/CrossWinToARMLinux.cmake
Log Message:
-----------
[libc++] Explicitly request new/delete in libc++ for Win to ARM Linux builds
Since 9b40ee8eb0c1, new/delete must be requested explicitly during the
CMake configuration if one wants these definitions to appear in libc++.
Differential Revision: https://reviews.llvm.org/D89793
More information about the All-commits
mailing list