[PATCH] D98508: Restore lit feature object-emission
Nigel Perks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 31 09:14:04 PDT 2021
nigelp-xmos added a comment.
DebugInfo/Generic can be handled by two lines in lit.local.cfg:
`elif 'xcore' in config.target_triple:
config.unsupported = True`
If that is better than qualifying the individual tests, I'll rebase and upload the patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98508/new/
https://reviews.llvm.org/D98508
More information about the llvm-commits
mailing list