RISC-V GCC use -mcmodel=medany and -mcmodel=medlow, but LLVM use -mcmodel=small and -mcmodel=medium.
Add those two option aliases to provide same user interface between GCC and LLVM.
Differential D67066
[RISCV] Add option aliases: -mcmodel=medany and -mcmodel=medlow kito-cheng on Sep 2 2019, 2:14 AM. Authored by
Details RISC-V GCC use -mcmodel=medany and -mcmodel=medlow, but LLVM use -mcmodel=small and -mcmodel=medium. Add those two option aliases to provide same user interface between GCC and LLVM.
Diff Detail
|