Displaying 1 result from an estimated 1 matches for "peripheraltemplatelibrary".
2013 Jul 18
0
[LLVMdev] Some experiences using LLVM C Backend
...sy to fix. There
were few other small issues like missing includes (stdint.h).
With that, I was able to achieve perfect roundtrip with trivial by
functionality, but still using few layers of C++ magic (templates and
inline functions) blink example (this one specifically:
https://github.com/pfalcon/PeripheralTemplateLibrary/blob/master/examples/blink.cpp
, the repository also has Makefiles for LLVM).
My patches to LLVM 3.0 are available at
https://github.com/pfalcon/llvm/commits/release_30-cbackend-fixes .
My next step was to try to integrate them into "cbe_revival" patchset as
started by Roel Jordans and...