]> granicus.if.org Git - llvm/commitdiff
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368760 91177308-0d34-0410-b5e6-96231b3b80d8

test/TableGen/lit.local.cfg

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