aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJonas Hahnfeld <hahnjo@hahnjo.de>2017-12-08 15:07:08 +0000
committerJonas Hahnfeld <hahnjo@hahnjo.de>2017-12-08 15:07:08 +0000
commita5acc90e8d03f771c12c13999e2a5f9889b5a251 (patch)
tree68f6da7e8fc7d1369dd5fbb8e8cc313cbf057d9d /cmake
parent3cee55228e6a63fa4b6dddab755febb586386641 (diff)
[CMake] Remove legacy LIBOMP_LIT_ARGS
The bots have been updated, this option isn't needed anymore. git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@320153 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/OpenMPTesting.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/OpenMPTesting.cmake b/cmake/OpenMPTesting.cmake
index fa6ba20..9092ffb 100644
--- a/cmake/OpenMPTesting.cmake
+++ b/cmake/OpenMPTesting.cmake
@@ -51,10 +51,6 @@ if (${OPENMP_STANDALONE_BUILD})
if (MSVC OR XCODE)
set(DEFAULT_LIT_ARGS "${DEFAULT_LIT_ARGS} --no-progress-bar")
endif()
- # TODO: Remove once bots are updated to use the new option.
- if (DEFINED LIBOMP_LIT_ARGS)
- set(DEFAULT_LIT_ARGS ${LIBOMP_LIT_ARGS})
- endif()
set(OPENMP_LIT_ARGS "${DEFAULT_LIT_ARGS}" CACHE STRING "Options for lit.")
separate_arguments(OPENMP_LIT_ARGS)
else()