summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorKonrad Kleine <kkleine@redhat.com>2024-09-05 10:41:18 +0200
committerGitHub <noreply@github.com>2024-09-05 10:41:18 +0200
commitb206bf0952796cb93f1aca9e47d5764e474e1998 (patch)
treed833c3766cab21b9a1c859a10eb1d033f61be18f /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent3e4788377bb29ed389b46521fcba0d06aa985bcf (diff)
Fix CLANG_BOOTSTRAP_TARGETS in Release.cmake (#106407)
# Problem Before this patch you could not build the `stage2-LLVM` for example because you first had to manually add it to `CLANG_BOOTSTRAP_TARGETS` in the `Release.cmake` and also add it to `LLVM_RELEASE_FINAL_STAGE_TARGETS` in the cmake configure run. Now you can just use `-DLLVM_RELEASE_FINAL_STAGE_TARGETS="LLVM;clang"` on the cmake CLI and be able to build the targets `stage2-LLVM` and `stage2-clang` without further changes to the cache file. # Solution Take all `LLVM_RELEASE_FINAL_STAGE_TARGETS` elements and append them prefixed with `stage2-` to `CLANG_BOOTSTRAP_TARGETS`. Afterwards all duplicates are removed.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions