Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2020-10-30 20:11:23 +0300
committerMartin Storsjö <martin@martin.st>2020-11-03 10:32:52 +0300
commit9c30bafd59bf1078bbe1c235c7c25bf7e278e2e9 (patch)
tree02ae63197ff5f751e33e86d30d92fb753c880301 /libcxxabi/src/stdlib_exception.cpp
parent7a5184ed951ad38d652d7b3c339f4c6ae7842eeb (diff)
[libcxxabi] Build all of libcxxabi with _LIBCPP_BUILDING_LIBRARY defined
Various definitions from libcxx need to be set in the same way as if building libcxx itself. Differential Revision: https://reviews.llvm.org/D90476
Diffstat (limited to 'libcxxabi/src/stdlib_exception.cpp')
-rw-r--r--libcxxabi/src/stdlib_exception.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxxabi/src/stdlib_exception.cpp b/libcxxabi/src/stdlib_exception.cpp
index 88d911d96c96..b0cc431f2415 100644
--- a/libcxxabi/src/stdlib_exception.cpp
+++ b/libcxxabi/src/stdlib_exception.cpp
@@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//
-#define _LIBCPP_BUILDING_LIBRARY
#include <new>
#include <exception>