summaryrefslogtreecommitdiffstats
path: root/lldb/test/API
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-10-24 12:49:47 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2019-10-24 14:47:07 -0700
commitd52b36e354e94f518985833231375365a7cc334b (patch)
tree68f4d76ad07abbd96228123ad8f2dba21b1dee6b /lldb/test/API
parenta1817996fa869acff181e5c8ea624020dcc1e88e (diff)
downloadbcm5719-llvm-d52b36e354e94f518985833231375365a7cc334b.tar.gz
bcm5719-llvm-d52b36e354e94f518985833231375365a7cc334b.zip
[CMake] Remove unused variable LLDB_TEST_CXX_COMPILER
CMake allows you to set a custom CXX compiler for the API test suite. However, this variable is never used, because dotest uses the same compiler to build C and CXX sources. I'm not sure if this variable was added with the intention of supporting a different compiler or if this is just a remnant of old functionality. Given that this hasn't been working for a while, I assume it's safe to remove. Differential revision: https://reviews.llvm.org/D69401
Diffstat (limited to 'lldb/test/API')
-rw-r--r--lldb/test/API/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/CMakeLists.txt b/lldb/test/API/CMakeLists.txt
index 0708e804f49..4552e1062d5 100644
--- a/lldb/test/API/CMakeLists.txt
+++ b/lldb/test/API/CMakeLists.txt
@@ -48,7 +48,7 @@ list(APPEND LLDB_TEST_COMMON_ARGS
--executable ${LLDB_TEST_EXECUTABLE}
--dsymutil ${LLDB_TEST_DSYMUTIL}
--filecheck ${LLDB_TEST_FILECHECK}
- -C ${LLDB_TEST_C_COMPILER}
+ --compiler ${LLDB_TEST_COMPILER}
)
if ( CMAKE_SYSTEM_NAME MATCHES "Windows" )
OpenPOWER on IntegriCloud