mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
12d0708f73
With the addition of RISCVInstPrinter, it is now possible to test the basic operation of the RISCV MC layer. Differential Revision: https://reviews.llvm.org/D23564 llvm-svn: 310917
4 lines
70 B
INI
4 lines
70 B
INI
if not 'RISCV' in config.root.targets:
|
|
config.unsupported = True
|
|
|