mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
a64b36ecab
FYI, removed the unused MCInstrAnalysis as it does not exist for 64-bit ARM and was causing a “couldn't initialize disassembler for target” error. llvm-svn: 222045
3 lines
71 B
INI
3 lines
71 B
INI
if not 'AArch64' in config.root.targets:
|
|
config.unsupported = True
|