[PATCH] D67508: [RISCV] support mutilib in baremetal environment

Kuan Hsu Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 15 10:30:00 PDT 2019


khchen marked 2 inline comments as done.
khchen added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Gnu.cpp:1521
+      {"rv32i", "ilp32"},    {"rv32im", "ilp32"},     {"rv32iac", "ilp32"},
+      {"rv32imac", "ilp32"}, {"rv32imafc", "ilp32f"}, {"rv64i", "lp64"},
+      {"rv64imac", "lp64"},  {"rv64imafdc", "lp64d"}};
----------------
lenary wrote:
> I cannot see `march=rv64i/mabi=lp64` in [[ https://github.com/riscv/riscv-gcc/blob/ed3f6ec/gcc/config/riscv/t-elf-multilib | riscv-gcc t-elf-multilib ]] (the given sha is pulled from `.gitmodules` in riscv-gcc-toolchain. 
fixed! thanks!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67508/new/

https://reviews.llvm.org/D67508





More information about the cfe-commits mailing list