mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 23:42:52 +01:00
ed859a3fb8
the assembler. Part of PR14624 llvm-svn: 170390
6 lines
140 B
INI
6 lines
140 B
INI
config.suffixes = ['.ll', '.s']
|
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
if not 'X86' in targets:
|
|
config.unsupported = True
|