We had tests in clangd (target_info.test) that got enabled only on
systems that know about x86. But they were always disabled as clangd lit config
never registered those targets.
This patch adds those targets as $TARGET$-registered-target
Differential D77944
[clangd][test] Provide registered targets to lit tests kadircet on Apr 11 2020, 8:23 AM. Authored by
Details We had tests in clangd (target_info.test) that got enabled only on This patch adds those targets as $TARGET$-registered-target
Diff Detail
Event Timeline
|
nit: is this return [arch.lower() + '-registered-target' for arch in arch_string.split()]?