Attempt to override broken buildbot config for libc++abi.
authorEric Fiselier <eric@efcs.ca>
Fri, 12 Jul 2019 00:02:49 +0000 (00:02 +0000)
committerEric Fiselier <eric@efcs.ca>
Fri, 12 Jul 2019 00:02:49 +0000 (00:02 +0000)
commitce13f67618080e0b3715b9aaf6a628e69b32108e
tree796556654807b123fad13384b27acc68de0f2fef
parent16d3c1ac03d34f215f253d7990b7bad7ad4cdebf
Attempt to override broken buildbot config for libc++abi.

The buildbots were changed to pass -DLIBCXX_CXX_ABI=libcxxabi, but
they don't provide an include path for the library, so cxxabi.h is
never found while building libc++.

This is a temporary change until the buildbots are updated or until
D63883 lands in a form that unbreaks the bots

llvm-svn: 365847
libcxx/CMakeLists.txt