diff options
| author | Reid Kleckner <rnk@google.com> | 2015-08-11 17:22:06 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2015-08-11 17:22:06 +0000 |
| commit | b5093187f9a38ac329b8da95284e311d92f21031 (patch) | |
| tree | b435cd72e662a4fc7abee73b426015f5df68f56f | |
| parent | d3bb9244106a5a6d77fb5c91551ae0baffec72fc (diff) | |
| download | bcm5719-llvm-b5093187f9a38ac329b8da95284e311d92f21031.tar.gz bcm5719-llvm-b5093187f9a38ac329b8da95284e311d92f21031.zip | |
Revert part of the last cmake change, it broke configuring with libcxx on Linux for me
llvm-svn: 244635
| -rw-r--r-- | compiler-rt/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt index 4054b8619e0..34af8f222f3 100644 --- a/compiler-rt/CMakeLists.txt +++ b/compiler-rt/CMakeLists.txt @@ -348,7 +348,7 @@ pythonize_bool(SANITIZER_CAN_USE_CXXABI) add_subdirectory(include) -find_llvm_external_project(projects libcxx COMPILER_RT_LIBCXX_PATH) +set(COMPILER_RT_LIBCXX_PATH ${LLVM_MAIN_SRC_DIR}/projects/libcxx) if(EXISTS ${COMPILER_RT_LIBCXX_PATH}/) set(COMPILER_RT_HAS_LIBCXX_SOURCES TRUE) else() |

