[PATCH] D46822: [RISCV] Add driver for riscv32-unknown-elf baremetal target
Mandeep Singh Grang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 23 10:52:29 PDT 2018
mgrang accepted this revision.
mgrang added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: lib/Driver/ToolChains/Gnu.cpp:1885
+ "riscv64-unknown-linux-gnu",
+ "riscv32-unknown-elf"};
----------------
Alphabetically riscv32-unknown-elf should be the first in the list of triples.
Repository:
rC Clang
https://reviews.llvm.org/D46822
More information about the cfe-commits
mailing list