forked from OSchip/llvm-project
[RISCV] Disable test/Analysis/CostModel/RISCV tests if RISCV backend not built
Adds missing lit.local.cfg. Fixes rL362691. llvm-svn: 362693
This commit is contained in:
parent
81132ce0e9
commit
711f361596
|
@ -0,0 +1,3 @@
|
|||
if not 'RISCV' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
Loading…
Reference in New Issue