summaryrefslogtreecommitdiffstats
path: root/libcxx/test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/CMakeLists.txt')
-rw-r--r--libcxx/test/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/CMakeLists.txt b/libcxx/test/CMakeLists.txt
index e72cfbe1cff..28dfe5c7091 100644
--- a/libcxx/test/CMakeLists.txt
+++ b/libcxx/test/CMakeLists.txt
@@ -23,6 +23,8 @@ if(PYTHONINTERP_FOUND)
set(LIT_ARGS "${LLVM_LIT_ARGS}")
separate_arguments(LIT_ARGS)
+ option(LIBCXX_LIT_VARIANT "Configuration variant to use for LIT." "libcxx")
+
pythonize_bool(LIBCXX_ENABLE_EXCEPTIONS)
pythonize_bool(LIBCXX_ENABLE_RTTI)
pythonize_bool(LIBCXX_ENABLE_SHARED)
OpenPOWER on IntegriCloud