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:
Misha Brukman 2003-08-28 21:46:34 +00:00
parent a86b04246a
commit 82086a5894
2 changed files with 10 additions and 0 deletions

5
test/Scripts/as Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
#
# Run llvm-as with same arguments
#
llvm-as $*

5
test/Scripts/dis Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
#
# Run llvm-dis with same arguments
#
llvm-dis $*