[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:
Luis Marques 2019-06-06 10:12:28 +00:00
parent 81132ce0e9
commit 711f361596
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
if not 'RISCV' in config.root.targets:
config.unsupported = True