diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-20 13:23:48 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-20 13:23:48 +0000 |
| commit | 73dd376467074dffb3a3243985e3b2af10079f3a (patch) | |
| tree | 318186ad5ae3eb3cab12c5e7b57922ef5e37a174 /llvm/test/Archive | |
| parent | 2a65c32094201fad938137cfbde654ad2820adba (diff) | |
| download | bcm5719-llvm-73dd376467074dffb3a3243985e3b2af10079f3a.tar.gz bcm5719-llvm-73dd376467074dffb3a3243985e3b2af10079f3a.zip | |
Revert "Don't include directory names in archives."
This reverts commit 184420.
Investigating the bot failures.
llvm-svn: 184421
Diffstat (limited to 'llvm/test/Archive')
| -rw-r--r-- | llvm/test/Archive/directory.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/Archive/directory.ll b/llvm/test/Archive/directory.ll index e10c3b43b82..f17ac5d36bd 100644 --- a/llvm/test/Archive/directory.ll +++ b/llvm/test/Archive/directory.ll @@ -1,8 +1,2 @@ ;RUN: not llvm-ar r %T/test.a . 2>&1 | FileCheck %s ;CHECK: . Is a directory - -;RUN: rm -f %T/test.a -;RUN: llvm-ar r %T/test.a %s -;RUN: llvm-ar t %T/test.a | FileCheck -check-prefix=MEMBERS %s -;MEMBERS-NOT: / -;MEMBERS: directory.ll |

