mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 22:43:53 +00:00
![Alex Bradbury](/assets/img/avatar_default.png)
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
|
|
|