mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Run llvm-as with same arguments
|
|
#
|
|
llvm-as $*
|