mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 06:33:21 +00:00
af09fb613f
clang directly from the LLVM test suite! That doesn't work. I've followed up on the review thread to try and get a viable solution sorted out, but trying to get the tree clean here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207462 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
136 B
INI
6 lines
136 B
INI
config.suffixes = ['.ll']
|
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
if not 'ARM64' in targets:
|
|
config.unsupported = True
|