These transitional scripts are no longer necessary, no one should have `as' or

`dis' anymore.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8563 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-09-16 15:37:32 +00:00
parent d0534a863a
commit e655a637a7
2 changed files with 0 additions and 10 deletions

View File

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

View File

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