mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
e644567ca1
Summary: This patch includes following items. - Adds AsmParser and minimum AsmBackend/ELFObjectWriter/MCCodeEmitter to support only LEA instruction in order to reduce the size of this patch. - Adds regression test of MC layer for a LEA instruction. - Relocations are not supported this time to reduce the size of this patch. Differential Revision: https://reviews.llvm.org/D79546
3 lines
66 B
INI
3 lines
66 B
INI
if not 'VE' in config.root.targets:
|
|
config.unsupported = True
|