rllvm 0.4.3

A tool to build whole-program LLVM bitcode files
Documentation
1
2
3
4
5
6
#include <stdio.h>

int main(void) {
    printf("Hello from rllvm!\n");
    return 0;
}