[all-commits] [llvm/llvm-project] 6c05f2: [libcxxabi] Remove unnecessary define from build
Shoaib Meenai via All-commits
all-commits at lists.llvm.org
Thu May 20 16:56:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c05f2dab384fd5f9b086be3323c0a7f4f10d8fc
https://github.com/llvm/llvm-project/commit/6c05f2dab384fd5f9b086be3323c0a7f4f10d8fc
Author: Shoaib Meenai <smeenai at fb.com>
Date: 2021-05-20 (Thu, 20 May 2021)
Changed paths:
M libcxxabi/CMakeLists.txt
Log Message:
-----------
[libcxxabi] Remove unnecessary define from build
Now that we're passing -D_LIBCPP_BUILDING_LIBRARY to the libc++abi
build, -D_LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS is redundant
(https://github.com/llvm/llvm-project/blob/fb3a00c327df78eaa534e53ac6f07112e0585121/libcxx/include/exception#L120-L121
is the only use of _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS in
libc++, and that conditional also checks for _LIBCPP_BUILDING_LIBRARY).
Reviewed By: #libc_abi, phosek
Differential Revision: https://reviews.llvm.org/D102372
More information about the All-commits
mailing list