mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
13faabb6c5
Phabricator revision: http://reviews.llvm.org/D7121 Patch by Sanjin Sijaric <ssijaric@codeaurora.org>! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227149 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
138 B
INI
6 lines
138 B
INI
config.suffixes = ['.ll']
|
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
if not 'AArch64' in targets:
|
|
config.unsupported = True
|