llvm-ir 0.8.2

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;
}