mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 15:04:57 +00:00
f6221eca2c
llvm-svn: 8194
6 lines
61 B
Bash
Executable File
6 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Run llvm-dis with same arguments
|
|
#
|
|
llvm-dis $*
|