From e655a637a717052e5d107d30a0981289c39234ad Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 16 Sep 2003 15:37:32 +0000 Subject: [PATCH] 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 --- test/Scripts/as | 5 ----- test/Scripts/dis | 5 ----- 2 files changed, 10 deletions(-) delete mode 100755 test/Scripts/as delete mode 100755 test/Scripts/dis 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 $* -- 2.34.1