10 points | by OptionOfT 1 hour ago
1 comments
Isn't the same kind of thing available from LLVM?
` clang -emit-llvm -c main.c -o - | lli `
Isn't the same kind of thing available from LLVM?
` clang -emit-llvm -c main.c -o - | lli `