1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-01 17:36:28 +02:00
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