mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
cc37252d6a
This basic parser will handle basic instructions with register or immediate operands. With the addition of CSKYInstPrinter, we can now make use of lit tests. Differential Revision: https://reviews.llvm.org/D93798
3 lines
68 B
INI
3 lines
68 B
INI
if not 'CSKY' in config.root.targets:
|
|
config.unsupported = True
|