diff options
| author | Shoaib Meenai <smeenai@fb.com> | 2019-02-06 21:08:17 +0000 |
|---|---|---|
| committer | Shoaib Meenai <smeenai@fb.com> | 2019-02-06 21:08:17 +0000 |
| commit | af8eadd94e7ca304cff4bcc07d836a8145dc092e (patch) | |
| tree | 85572d98b45e4e7ba07d81d2c6d19b335e94d025 | |
| parent | dfb2fcd224fdc7a552f390664417e00bf41f6c26 (diff) | |
| download | bcm5719-llvm-af8eadd94e7ca304cff4bcc07d836a8145dc092e.tar.gz bcm5719-llvm-af8eadd94e7ca304cff4bcc07d836a8145dc092e.zip | |
[cmake] Add openmp to LLVM_ALL_PROJECTS
It'll get ignored in LLVM_ENABLE_PROJECTS after r353148 otherwise.
llvm-svn: 353343
| -rw-r--r-- | llvm/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt index 21393134b12..87b5d0946e0 100644 --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -104,7 +104,7 @@ endif() # LLVM_EXTERNAL_${project}_SOURCE_DIR using LLVM_ALL_PROJECTS # This allows an easy way of setting up a build directory for llvm and another # one for llvm+clang+... using the same sources. -set(LLVM_ALL_PROJECTS "clang;libcxx;libcxxabi;libunwind;lldb;compiler-rt;lld;polly;debuginfo-tests") +set(LLVM_ALL_PROJECTS "clang;libcxx;libcxxabi;libunwind;lldb;compiler-rt;lld;polly;debuginfo-tests;openmp") set(LLVM_ENABLE_PROJECTS "" CACHE STRING "Semicolon-separated list of projects to build (${LLVM_ALL_PROJECTS}), or \"all\".") if( LLVM_ENABLE_PROJECTS STREQUAL "all" ) |

