Fix test execution: the cmake keyword is CACHE, not CACHED

llvm-svn: 214522
This commit is contained in:
Ed Maste
2014-08-01 16:57:46 +00:00
parent 4d71a4e2c6
commit 098a40180c

View File

@@ -25,7 +25,7 @@ endif ()
# Allow the user to override the default by setting LLDB_TEST_ARCH
set(LLDB_TEST_ARCH
${LLDB_DEFAULT_TEST_ARCH}
CACHED STRING "Specify the architecture to run LLDB tests as (x86|x64). Determines whether tests are compiled with -m32 or -m64")
CACHE STRING "Specify the architecture to run LLDB tests as (x86|x64). Determines whether tests are compiled with -m32 or -m64")
# Users can override LLDB_TEST_USER_ARGS to specify arbitrary arguments to pass to the script
set(LLDB_TEST_USER_ARGS