mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
pkg(llvm_ir-12.0.1): Added llvm_ir 12.0.1
This commit is contained in:
parent
eb6d00c9d7
commit
82d6dfd3e9
6 changed files with 31 additions and 0 deletions
4
packages/llvm_ir/12.0.1/compile
vendored
Executable file
4
packages/llvm_ir/12.0.1/compile
vendored
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
llc "$@" -o binary.s
|
||||
clang binary.s -o binary
|
Loading…
Add table
Add a link
Reference in a new issue