From: Jessica Paquette Date: Tue, 13 Aug 2019 22:32:26 +0000 (+0000) Subject: Attempt to fix issue with unresolved lit test in TableGen X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d10248b4d41751d6bbb8b04e033489e5558a5e4e;p=llvm 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368760 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/TableGen/lit.local.cfg b/test/TableGen/lit.local.cfg index 9a4a0144f72..1dbd83e71d8 100644 --- a/test/TableGen/lit.local.cfg +++ b/test/TableGen/lit.local.cfg @@ -1 +1,2 @@ config.suffixes = ['.td'] +config.excludes = ['Common']