piston/packages/llvm_ir/12.0.1/compile
2021-10-06 12:52:59 +00:00

4 lines
67 B
Bash
Executable file

#!/usr/bin/env bash
llc "$@" -o binary.s
clang binary.s -o binary