mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 05:00:39 +00:00
Near-term fix for renaming as' ->
llvm-as' and dis' ->
llvm-dis'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8194 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a86b04246a
commit
82086a5894
5
test/Scripts/as
Executable file
5
test/Scripts/as
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Run llvm-as with same arguments
|
||||
#
|
||||
llvm-as $*
|
5
test/Scripts/dis
Executable file
5
test/Scripts/dis
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Run llvm-dis with same arguments
|
||||
#
|
||||
llvm-dis $*
|
Loading…
Reference in New Issue
Block a user