Attempt to fix issue with unresolved lit test in TableGen
authorJessica Paquette <jpaquette@apple.com>
Tue, 13 Aug 2019 22:32:26 +0000 (22:32 +0000)
committerJessica Paquette <jpaquette@apple.com>
Tue, 13 Aug 2019 22:32:26 +0000 (22:32 +0000)
Build bots are unhappy about the Common directory.

Add an excludes list to lit.local.cfg.

llvm-svn: 368760

llvm/test/TableGen/lit.local.cfg

index 9a4a014..1dbd83e 100644 (file)
@@ -1 +1,2 @@
 config.suffixes = ['.td']
+config.excludes = ['Common']