[llvm-dev] [RFC] Adding ARC backend
Leslie Zhai via llvm-dev
llvm-dev at lists.llvm.org
Fri Sep 1 02:32:14 PDT 2017
Hi Pete,
> https://reviews.llvm.org/D36331
Congratulations!
> Following shortly:
> * Clang driver and target triple support.
great, then it is able to generate ELF by $ /opt/llvm-svn/bin/clang -c
--target=arc hello.c -o hello.o -mmcu=XXX
and do you plan to implement ARC target for lld[1]? it is a good
testcase: flash them directly to the chip[2], or simulator[3].
1. ARC target for lld
https://github.com/llvm-mirror/lld/blob/master/ELF/Arch/ARC.cpp
2. ARC platforms https://embarc.org/platforms.html
3.
https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain#using-nsim-simulator-to-run-bare-metal-arc-applications
--
Regards,
Leslie Zhai - https://reviews.llvm.org/p/xiangzhai/
More information about the llvm-dev
mailing list