From: Misha Brukman Date: Tue, 16 Sep 2003 15:37:32 +0000 (+0000) Subject: These transitional scripts are no longer necessary, no one should have `as' or X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e655a637a717052e5d107d30a0981289c39234ad;p=oota-llvm.git 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 --- diff --git a/test/Scripts/as b/test/Scripts/as deleted file mode 100755 index 70ed41abbc7..00000000000 --- a/test/Scripts/as +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# -# Run llvm-as with same arguments -# -llvm-as $* diff --git a/test/Scripts/dis b/test/Scripts/dis deleted file mode 100755 index 141d6cd5f0f..00000000000 --- a/test/Scripts/dis +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# -# Run llvm-dis with same arguments -# -llvm-dis $*