Jordy Potman

Results 1 comments of Jordy Potman

You also need to specify the CPU. The following works for me: ``` $ echo 'j 0x10' | llvm-mc -triple riscv -mcpu=RV64I .text j 16 ``` The reason that `getSubtargetFeatureName(32);`...