llvm-ir 0.11.3

LLVM IR in natural Rust data structures
Documentation
1
2
3
4
5
// a hello-world test (but much simpler than an actual "hello, world")

int main() {
  return 0;
}