diff options
author | Jon Roelofs <jonathan_roelofs@apple.com> | 2024-07-30 17:17:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 17:17:04 -0700 |
commit | a982cabea3cfbf456a01ed85499fa7dfc7ec18c7 (patch) | |
tree | 77a52852b29b9de1f8bb0f54b869dc9ce91c78bf /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 79dcd93b70e1e36fea43b1bb297b98299bbbf612 (diff) | |
download | llvm-a982cabea3cfbf456a01ed85499fa7dfc7ec18c7.zip llvm-a982cabea3cfbf456a01ed85499fa7dfc7ec18c7.tar.gz llvm-a982cabea3cfbf456a01ed85499fa7dfc7ec18c7.tar.bz2 |
[cmake][llvm] Limit the number of Xcode schemes created by default (#101243)
CMake -GXcode would otherwise offer to create one scheme for each
target, which ends up being a lot. For now, limit the default to the
`check-*` LIT targets, plus `ALL_BUILD` and `install`.
For targets that aren't in the default list, we now have a configuration
variable to promote an extra list of targets into schemes, for example
`-DLLVM_XCODE_EXTRA_TARGET_SCHEMES="TargetParserTests;SupportTests"` to
add schemes for `TargetParserTests` and `SupportTests` respectively.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions