summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-19 14:58:16 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-19 14:58:16 +0000
commit8fe960ed50d3ad39d2a45f960ed8b9a69268035a (patch)
tree222005b19bfc958c935b3bedc4895d054a8ac033 /test
parentca0984cb8647e5eae58e384715523476e3170d50 (diff)
downloadllvm-8fe960ed50d3ad39d2a45f960ed8b9a69268035a.tar.gz
llvm-8fe960ed50d3ad39d2a45f960ed8b9a69268035a.tar.bz2
llvm-8fe960ed50d3ad39d2a45f960ed8b9a69268035a.tar.xz
Remove the 'R' modifier.
It is not present in GNU or OS X versions and doesn't make a lot of sense for llvm-ar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184306 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Archive/directory.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Archive/directory.ll b/test/Archive/directory.ll
new file mode 100644
index 0000000000..f17ac5d36b
--- /dev/null
+++ b/test/Archive/directory.ll
@@ -0,0 +1,2 @@
+;RUN: not llvm-ar r %T/test.a . 2>&1 | FileCheck %s
+;CHECK: . Is a directory