projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5146a9e
)
Attempt to fix issue with unresolved lit test in TableGen
author
Jessica Paquette
<jpaquette@apple.com>
Tue, 13 Aug 2019 22:32:26 +0000
(22:32 +0000)
committer
Jessica 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.
llvm-svn: 368760
llvm/test/TableGen/lit.local.cfg
patch
|
blob
|
history
diff --git
a/llvm/test/TableGen/lit.local.cfg
b/llvm/test/TableGen/lit.local.cfg
index
9a4a014
..
1dbd83e
100644
(file)
--- a/
llvm/test/TableGen/lit.local.cfg
+++ b/
llvm/test/TableGen/lit.local.cfg
@@
-1
+1,2
@@
config.suffixes = ['.td']
+config.excludes = ['Common']