diff options
| author | Reid Kleckner <rnk@google.com> | 2017-06-20 20:34:13 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2017-06-20 20:34:13 +0000 |
| commit | 324568f90908cff125281f1bdc9b68dbfeb6e003 (patch) | |
| tree | c6940e214829fa1cb29929d6677b47731f6ed871 | |
| parent | a9d846c6ef6eba34e1851405ea7e820a22084ff2 (diff) | |
| download | bcm5719-llvm-324568f90908cff125281f1bdc9b68dbfeb6e003.tar.gz bcm5719-llvm-324568f90908cff125281f1bdc9b68dbfeb6e003.zip | |
Fix discovery of cxxabi.h in the monorepo layout
llvm-svn: 305841
| -rw-r--r-- | libcxx/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt index 33d888b807d..5b5971036b8 100644 --- a/libcxx/CMakeLists.txt +++ b/libcxx/CMakeLists.txt @@ -118,6 +118,7 @@ if (LIBCXX_CXX_ABI STREQUAL "default") cxxabi.h PATHS ${LLVM_MAIN_SRC_DIR}/projects/libcxxabi/include ${LLVM_MAIN_SRC_DIR}/runtimes/libcxxabi/include + ${LLVM_MAIN_SRC_DIR}/../libcxxabi/include NO_DEFAULT_PATH ) if (LIBCXX_TARGETING_MSVC) |

