[LLVMdev] llvmc for PIC16

Sanjiv Gupta sanjiv.gupta at microchip.com
Wed Jun 3 01:27:21 PDT 2009


PIC16 now has clang and llc based system to generate native assembly. We 
then use our native assembler (gpasm) and the native linker (mplink) to 
generate the final executable.  How can I integrate these things with 
the driver llvmc to have gcc like user experience?  Note that we also 
want to run llvm-ld in order to perform the LTOs in case of multiple files.

- Sanjiv



More information about the llvm-dev mailing list