1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

Attempt to fix issue with unresolved lit test in TableGen

Build bots are unhappy about the Common directory.

Add an excludes list to lit.local.cfg.

llvm-svn: 368760
This commit is contained in:
Jessica Paquette 2019-08-13 22:32:26 +00:00
parent 88fae211c4
commit d09bc24891

View File

@ -1 +1,2 @@
config.suffixes = ['.td']
config.excludes = ['Common']