mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-25 05:27:15 +00:00
f20ce37e8e
Differential Revision: https://reviews.llvm.org/D23521 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279161 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
154 B
INI
8 lines
154 B
INI
import platform
|
|
|
|
if not 'Hexagon' in config.root.targets:
|
|
config.unsupported = True
|
|
|
|
if platform.system() in ['Windows']:
|
|
config.unsupported = True
|