[Lldb-commits] [PATCH] D95261: [lldb/test] Reduce API test tools configuration boilerplate
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 5 00:02:29 PST 2021
labath added inline comments.
================
Comment at: lldb/utils/lldb-dotest/CMakeLists.txt:29
string(REPLACE ${LLVM_RUNTIME_OUTPUT_INTDIR} ${config_runtime_output_dir} LLDB_TEST_DSYMUTIL_CONFIGURED "${LLDB_TEST_DSYMUTIL}")
- string(REPLACE ${LLVM_RUNTIME_OUTPUT_INTDIR} ${config_runtime_output_dir} LLDB_TEST_FILECHECK_CONFIGURED "${LLDB_TEST_FILECHECK}")
- string(REPLACE ${LLVM_RUNTIME_OUTPUT_INTDIR} ${config_runtime_output_dir} LLDB_TEST_YAML2OBJ_CONFIGURED "${LLDB_TEST_YAML2OBJ}")
string(REPLACE ${LLVM_RUNTIME_OUTPUT_INTDIR} ${config_runtime_output_dir} LLDB_TEST_SERVER_CONFIGURED "${LLDB_TEST_SERVER}")
----------------
JDevlieghere wrote:
> Do you need to add `LLVM_TOOLS_DIR_CONFIGURED` here too?
I am assuming that LLVM_TOOLS_DIR can never point to the lldb build tree (in a standalone build). Though, with D96034, this point is moot.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95261/new/
https://reviews.llvm.org/D95261
More information about the lldb-commits
mailing list