rllvm 0.4.2

A tool to build whole-program LLVM bitcode files
Documentation
1
2
3
4
5
int helper(void);

__attribute__((visibility("default"))) int entry(void) {
    return helper() + 1;
}