From 7a36355b21faec780a7050363b60727cfaa90d31 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 18 Dec 2015 16:07:17 +0000 Subject: Handle archives with paths in the names. We always create archives with just he filename as the member name, but other archives can put a more complicated path in there. This patches handles it by computing just the filename as we do when adding a new member. If storing the path is important for some reason, we should probably have an orthogonal option for doing that and do it for both old and new members. Fixes pr25877. llvm-svn: 256001 --- llvm/test/Object/Inputs/pr25877.lib | Bin 0 -> 774 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 llvm/test/Object/Inputs/pr25877.lib (limited to 'llvm/test/Object/Inputs') diff --git a/llvm/test/Object/Inputs/pr25877.lib b/llvm/test/Object/Inputs/pr25877.lib new file mode 100644 index 00000000000..401cbeb172a Binary files /dev/null and b/llvm/test/Object/Inputs/pr25877.lib differ -- cgit v1.2.3