summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorAiden Grossman <agrossman154@yahoo.com>2023-05-20 02:59:11 +0000
committerAiden Grossman <agrossman154@yahoo.com>2023-05-20 22:33:14 +0000
commit742446a837ba7edc27d614a330cb3a74338d11ff (patch)
tree57f7a53da6fc0d7545dde8b4cc0edeb21acc1c45 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent3128b3105d7a226fc26174be265da479ff619f3e (diff)
[CMake][libc] Fix non-runtime build when other runtimes are enabled
Before this patch, when other runtimes were enabled by setting LLVM_ENABLE_RUNTIMES and llvm libc was built as a project by setting LLVM_ENABLE_PROJECTS, the llvm libc CMake system would delay configuration until the runtime build which never started since libc wasn't declared as one of the runtime builds. This patch fixes this behavior by explicitly checking that libc is within LLVM_ENABLE_RUNTIMES rather than just the variable being set at all. Reviewed By: Intue Differential Revision: https://reviews.llvm.org/D151011
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions