summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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