From d10248b4d41751d6bbb8b04e033489e5558a5e4e Mon Sep 17 00:00:00 2001 From: Jessica Paquette Date: Tue, 13 Aug 2019 22:32:26 +0000 Subject: [PATCH] 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 --- test/TableGen/lit.local.cfg | 1 + 1 file changed, 1 insertion(+) 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'] -- 2.40.0