llvm/test/LibDriver
Reid Kleckner 0e34c3597c [llvm-ar] Make llvm-lib behave more like the MSVC archiver
Summary:
Use the filepath used to open the archive member as the archive member
name instead of the file basename. This path might be absolute or
relative.  This is important because the archive member name will show
up in the PDB, and we want our PDBs to look as much like MSVC's as
possible.

This also helps avoid an issue in our PDB module descriptor writing
code, which assumes that all module names are unique. Relative paths
still aren't guaranteed to be unique, but they're much better than
basenames, which definitely aren't unique.

Reviewers: ruiu, zturner

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D33575

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305223 91177308-0d34-0410-b5e6-96231b3b80d8
2017-06-12 19:45:35 +00:00
..
Inputs LibDriver: Allow resource files to be archive members. 2016-12-15 19:37:46 +00:00
infer-output-path.test LibDriver: Fix output path inference. 2015-07-08 19:00:46 +00:00
invalid.test LibDriver: Allow resource files to be archive members. 2016-12-15 19:37:46 +00:00
libpath.test Use correct escaping for semicolon on Windows. 2015-06-20 01:28:20 +00:00
lit.local.cfg
no-inputs.test LibDriver: Silently do nothing when provided no inputs. 2016-04-13 19:36:04 +00:00
resource.test LibDriver: Allow resource files to be archive members. 2016-12-15 19:37:46 +00:00
thin.test LibDriver: Reject inputs that are not COFF objects or bitcode files. 2016-12-14 22:19:22 +00:00
use-paths.test [llvm-ar] Make llvm-lib behave more like the MSVC archiver 2017-06-12 19:45:35 +00:00