From 9d39cb1d6418c5a25fa74f09e593794a4c8fd4b6 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 20 Jun 2013 13:23:48 +0000 Subject: Revert "Don't include directory names in archives." This reverts commit 184420. Investigating the bot failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184421 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Archive/directory.ll | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test') diff --git a/test/Archive/directory.ll b/test/Archive/directory.ll index e10c3b43b8..f17ac5d36b 100644 --- a/test/Archive/directory.ll +++ b/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 -- cgit v1.2.3