diff options
| author | Oren Ben Simhon <oren.ben.simhon@intel.com> | 2016-12-21 09:04:08 +0000 |
|---|---|---|
| committer | Oren Ben Simhon <oren.ben.simhon@intel.com> | 2016-12-21 09:04:08 +0000 |
| commit | c11addb5065ddb20bb08ea3433d926ad281a87e6 (patch) | |
| tree | cfc3406b5904f7ec633e3c0e6084f33e9d6f5818 | |
| parent | de2eea72987731ff0fcb504d9dc8c09d35b1178a (diff) | |
| download | bcm5719-llvm-c11addb5065ddb20bb08ea3433d926ad281a87e6.tar.gz bcm5719-llvm-c11addb5065ddb20bb08ea3433d926ad281a87e6.zip | |
Reverting last change.
llvm-svn: 290245
| -rw-r--r-- | openmp/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/CMakeLists.txt b/openmp/CMakeLists.txt index f50b2fc54e8..3d60633b33b 100644 --- a/openmp/CMakeLists.txt +++ b/openmp/CMakeLists.txt @@ -2,4 +2,4 @@ cmake_minimum_required(VERSION 2.8 FATAL_ERROR) set(OPENMP_LLVM_TOOLS_DIR "" CACHE PATH "Path to LLVM tools for testing") -#add_subdirectory(runtime) +add_subdirectory(runtime) |

