Near-term fix for renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.

llvm-svn: 8194
This commit is contained in:
Misha Brukman 2003-08-28 21:46:34 +00:00
parent fc8010c50c
commit f74a779900
2 changed files with 10 additions and 0 deletions

5
llvm/test/Scripts/as Executable file
View File

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

5
llvm/test/Scripts/dis Executable file
View File

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