[libcxx-commits] [PATCH] D102372: [libcxxabi] Remove unnecessary define from build
Shoaib Meenai via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 20 16:56:43 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6c05f2dab384: [libcxxabi] Remove unnecessary define from build (authored by smeenai).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102372/new/
https://reviews.llvm.org/D102372
Files:
libcxxabi/CMakeLists.txt
Index: libcxxabi/CMakeLists.txt
===================================================================
--- libcxxabi/CMakeLists.txt
+++ libcxxabi/CMakeLists.txt
@@ -477,10 +477,6 @@
# Prevent libc++abi from having library dependencies on libc++
add_definitions(-D_LIBCPP_DISABLE_EXTERN_TEMPLATE)
-# Bring back `std::unexpected`, which is removed in C++17, to support
-# pre-C++17.
-add_definitions(-D_LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS)
-
if (MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102372.346893.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210520/d3bb481e/attachment.bin>
More information about the libcxx-commits
mailing list