summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2024-05-23 08:06:41 -0500
committerGitHub <noreply@github.com>2024-05-23 08:06:41 -0500
commit300e5b91144249a5b142b02d6331fcb33e13cf1d (patch)
treea47b93f48d9895bbcefe98afae5d89dc534a4683 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent4feae05c6abda364a9295aecfa600d7d4e7dfeb6 (diff)
[Offload] Fix enabling plugins on unsupported platforms (#93186)
Summary: Certain plugins can only be built on specific platforms. Previously this didn't cause issues becaues each one was handled independently. However, now that we link these all directly they need to be in a CMake list. Furthermore we use this list to generate a config file. For this reason these checks are moved to where we normalize the support. Fixes: https://github.com/llvm/llvm-project/issues/93183
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions