diff options
Diffstat (limited to 'llvm/test/Scripts/as')
-rwxr-xr-x | llvm/test/Scripts/as | 5 |
1 files changed, 5 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 $* |