summaryrefslogtreecommitdiffstats
path: root/libcxx/src/stdexcept.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-01-02 22:27:45 +0000
committerEric Fiselier <eric@efcs.ca>2017-01-02 22:27:45 +0000
commit221596df3336a45d635b63293867fb1166a863ca (patch)
tree5f725f5d954bc5894d1bf5734518b0dc6e87d13d /libcxx/src/stdexcept.cpp
parent9aca97d6f932fc33d5630060edd27c51450ae9b6 (diff)
downloadbcm5719-llvm-221596df3336a45d635b63293867fb1166a863ca.tar.gz
bcm5719-llvm-221596df3336a45d635b63293867fb1166a863ca.zip
Revert r290839 - Fix configuring and building libc++ w/o an ABI library
llvm-svn: 290841
Diffstat (limited to 'libcxx/src/stdexcept.cpp')
-rw-r--r--libcxx/src/stdexcept.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/src/stdexcept.cpp b/libcxx/src/stdexcept.cpp
index 3f333309dd8..90d8a34b82d 100644
--- a/libcxx/src/stdexcept.cpp
+++ b/libcxx/src/stdexcept.cpp
@@ -14,8 +14,7 @@
#include "__refstring"
/* For _LIBCPPABI_VERSION */
-#if !defined(_LIBCPP_BUILDING_HAS_NO_ABI_LIBRARY) && \
- (defined(LIBCXX_BUILDING_LIBCXXABI) || defined(__APPLE__) || defined(LIBCXXRT))
+#if defined(LIBCXX_BUILDING_LIBCXXABI) || defined(__APPLE__) || defined(LIBCXXRT)
#include <cxxabi.h>
#endif
OpenPOWER on IntegriCloud