summaryrefslogtreecommitdiffstats
path: root/openmp
diff options
context:
space:
mode:
Diffstat (limited to 'openmp')
-rw-r--r--openmp/runtime/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/openmp/runtime/CMakeLists.txt b/openmp/runtime/CMakeLists.txt
index b313478b1fc..0d402aacaa3 100644
--- a/openmp/runtime/CMakeLists.txt
+++ b/openmp/runtime/CMakeLists.txt
@@ -136,6 +136,8 @@ else()
check_variable(cmake_build_type_lowercase "${build_type_possible_values}")
endif()
+# Allow user to choose a suffix for the installation directory, or if part of
+# LLVM build then just use LLVM_LIBDIR_SUFFIX
if(${LIBIOMP_STANDALONE_BUILD})
set(LIBIOMP_LIBDIR_SUFFIX "" CACHE STRING "suffix of lib installation directory e.g., 64 => lib64")
else()
OpenPOWER on IntegriCloud