LLVM7: vol2 -- its alive. Update#2
06 Mar 2019 | llvm7 llvmUpdate#2
As per today code from dkimitsa/robovm/llvm_70 is able compile and start application in simulator/device. It gets alive status. What had been done:
- RoboVm compiler infrastructure was updated to produce llvm 7 compatible IR code;
- DebugInformationPlugin was reworked to produce llvm7 debug information;
- Bunch of code was changed as it was broken as per llvm7 vision and produced crashes on asserts inside LLVM.
Next steps:
- merge with debugger_local_resolution branch;
- resurect and run RoboVm tests;
- evaluate performance and size footprint of LLVM7 produced code;
- migrate to LLVM 8 – yep it has to be released this month.
Previous updates:
- LLVM and Clang mirror repos are used as source base;
- CMake build files updated to compile version 7;
- Swig files for java bindings were cleaned up initially to produce clean results without need of post-work-arounds;
- LLMV Extra code – set of helpers and wrappers used by RoboVM were updated to work with new LLVM;
- Swift files for bindings were updated to produce v7 wrappers;
- RoboVM compiler’s code were updated as LLVM API was changed and lot of functionality was deprecated.
Comments