[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / tools / llvm-ml / lit.local.cfg
blob39c93fcfcb53eeb2d91a56993d43f4fd3f341606
1 if not ('X86' in config.root.targets):
2     # We need support for X86.
3     config.unsupported = True
5 config.suffixes.add('.asm')
6 config.suffixes.add('.blah')