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 5146a9ea5d
commit b28fa9ec50

View File

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