piston/packages/llvm_ir/12.0.1/compile

5 lines
67 B
Bash
Executable File

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