generate obj or executable file directly from llvm ir?
Compile directly to binary. Don’t generate IR. You don’t need it 99% of the times. If you have a specific usecase, you gotta use LLVM directly and compile the IR with your desired configurations.
libclang?
you have bindings for clang and llvm, libclang is a good start but I use it mainly for parsing..
Обсуждают сегодня