From b28fa9ec50244d6300a20560ee9e998aa08e3005 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. llvm-svn: 368760 --- llvm/test/TableGen/lit.local.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/TableGen/lit.local.cfg b/llvm/test/TableGen/lit.local.cfg index 9a4a0144f720..1dbd83e71d81 100644 --- a/llvm/test/TableGen/lit.local.cfg +++ b/llvm/test/TableGen/lit.local.cfg @@ -1 +1,2 @@ config.suffixes = ['.td'] +config.excludes = ['Common']