mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-05 11:27:41 +00:00

Require that Hexagon is a registered target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270887 91177308-0d34-0410-b5e6-96231b3b80d8
3 lines
71 B
INI
3 lines
71 B
INI
if not 'Hexagon' in config.root.targets:
|
|
config.unsupported = True
|