repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ml
/
lit.local.cfg
blob
39c93fcfcb53eeb2d91a56993d43f4fd3f341606
1
if not ('X86' in config.root.targets):
2
# We need support for X86.
3
config.unsupported = True
4
5
config.suffixes.add('.asm')
6
config.suffixes.add('.blah')