mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
4 lines
74 B
Bash
4 lines
74 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
../as/as < ../../test/$1 | ./opt -inline -constprop -dce | dis
|