summaryrefslogtreecommitdiffstats
path: root/llvm/test/TableGen
diff options
context:
space:
mode:
authorJessica Paquette <jpaquette@apple.com>2019-08-13 22:32:26 +0000
committerJessica Paquette <jpaquette@apple.com>2019-08-13 22:32:26 +0000
commitb28fa9ec50244d6300a20560ee9e998aa08e3005 (patch)
tree2a29c42fb2bc153eee547a3a17dbec111f2dd4cd /llvm/test/TableGen
parent5146a9ea5d8d3c91cee5d2d2ad4c50491e7a4c58 (diff)
downloadbcm5719-llvm-b28fa9ec50244d6300a20560ee9e998aa08e3005.tar.gz
bcm5719-llvm-b28fa9ec50244d6300a20560ee9e998aa08e3005.zip
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
Diffstat (limited to 'llvm/test/TableGen')
-rw-r--r--llvm/test/TableGen/lit.local.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/TableGen/lit.local.cfg b/llvm/test/TableGen/lit.local.cfg
index 9a4a0144f72..1dbd83e71d8 100644
--- a/llvm/test/TableGen/lit.local.cfg
+++ b/llvm/test/TableGen/lit.local.cfg
@@ -1 +1,2 @@
config.suffixes = ['.td']
+config.excludes = ['Common']
OpenPOWER on IntegriCloud