mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
4082cce59d
Switch to OptParser for command-line handling Reviewed By: thakis Differential Revision: https://reviews.llvm.org/D90058
6 lines
129 B
INI
6 lines
129 B
INI
if not ('X86' in config.root.targets):
|
|
# We need support for X86.
|
|
config.unsupported = True
|
|
|
|
config.suffixes.add('.asm')
|