-
I use it for live c++ recompilation in https://ossia.io - all the code is in there. https://github.com/ossia/score/tree/master/src/plugins/score-plugin-jit/JitCpp
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
LLVM IR isn’t designed to be executable, it’s designed to be translated to machine code. but you can probably use libclang to compile a file to a DLL and then load it without using the disk (e.g. using https://github.com/fancycode/MemoryModule on Windows). if you can’t avoid using the disk for any of the step, just use temporary files
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.