mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
7fc741759e
Add the ARC backend as an experimental target to lib/Target. Reviewed at: https://reviews.llvm.org/D36331 llvm-svn: 311667
4 lines
68 B
INI
4 lines
68 B
INI
if not 'ARC' in config.root.targets:
|
|
config.unsupported = True
|
|
|