Displaying 1 result from an estimated 1 matches for "peripheraltemplatelibrari".
Did you mean:
peripheraltemplatelibrary
2013 Jul 18
0
[LLVMdev] Some experiences using LLVM C Backend
Hello,
I'm interested in LLVM as an opportunity to support C++
programming for legacy MCUs (8051, PIC1x, etc.). Recently, I tried to
use C Backend as means to achieve this. As C Backend was removed in
recent LLVM versions, I started with LLVM 3.0 which was last version to
include it.
For starters, I played with MSP430 target, which is supported by LLVM,
so allows roundtrip experiments