summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/macros/main.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-06-12 19:45:35 +0000
committerReid Kleckner <rnk@google.com>2017-06-12 19:45:35 +0000
commit2f3f503d13bb6d90ee8f977ccd51bd61f0f4ff95 (patch)
tree4dfa4922b4f3fa030f0f65a814e1d0c89e72a3fc /lldb/packages/Python/lldbsuite/test/expression_command/macros/main.cpp
parent852a7da2231e6d6f6b3b451dc662577ac02beaf0 (diff)
downloadbcm5719-llvm-2f3f503d13bb6d90ee8f977ccd51bd61f0f4ff95.tar.gz
bcm5719-llvm-2f3f503d13bb6d90ee8f977ccd51bd61f0f4ff95.zip
[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 llvm-svn: 305223
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/macros/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud