summaryrefslogtreecommitdiffstats
path: root/llvm/test/Scripts
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-28 21:46:34 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-28 21:46:34 +0000
commitf74a77990043b1c1f9831dbed7ec062ecaff06cd (patch)
tree07eca9f11081ea451173e16122735df6ec93a162 /llvm/test/Scripts
parentfc8010c50c97edaec2628fe3761ed50c7ad402c0 (diff)
downloadbcm5719-llvm-f74a77990043b1c1f9831dbed7ec062ecaff06cd.tar.gz
bcm5719-llvm-f74a77990043b1c1f9831dbed7ec062ecaff06cd.zip
Near-term fix for renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.
llvm-svn: 8194
Diffstat (limited to 'llvm/test/Scripts')
-rwxr-xr-xllvm/test/Scripts/as5
-rwxr-xr-xllvm/test/Scripts/dis5
2 files changed, 10 insertions, 0 deletions
diff --git a/llvm/test/Scripts/as b/llvm/test/Scripts/as
new file mode 100755
index 00000000000..70ed41abbc7
--- /dev/null
+++ b/llvm/test/Scripts/as
@@ -0,0 +1,5 @@
+#!/bin/sh
+#
+# Run llvm-as with same arguments
+#
+llvm-as $*
diff --git a/llvm/test/Scripts/dis b/llvm/test/Scripts/dis
new file mode 100755
index 00000000000..141d6cd5f0f
--- /dev/null
+++ b/llvm/test/Scripts/dis
@@ -0,0 +1,5 @@
+#!/bin/sh
+#
+# Run llvm-dis with same arguments
+#
+llvm-dis $*
OpenPOWER on IntegriCloud