diff options
author | Robert Flack <flackr@gmail.com> | 2015-05-21 15:44:24 +0000 |
---|---|---|
committer | Robert Flack <flackr@gmail.com> | 2015-05-21 15:44:24 +0000 |
commit | ab78164ad8e69ca85fb3ca2f20c14f07fa502e16 (patch) | |
tree | 35df37467ebe12ac6e0c7b5c4e2572c12060da45 /llvm/lib/Support/StreamingMemoryObject.cpp | |
parent | b00d42c10c1383142a77d4eb2d51f31c3c83bdd7 (diff) | |
download | llvm-ab78164ad8e69ca85fb3ca2f20c14f07fa502e16.zip llvm-ab78164ad8e69ca85fb3ca2f20c14f07fa502e16.tar.gz llvm-ab78164ad8e69ca85fb3ca2f20c14f07fa502e16.tar.bz2 |
Only check for matching arch and UUID when looking for dsym in vincinity of executable.
ModuleSpecs::FindMatchingModuleSpec looks for matching filenames but when
looking for the dSYM we should only be looking for a matching architecture and
and UUID. Jason pointed out this mistake in http://reviews.llvm.org/D9174 when
this function was incorrectly converted to not be Mac specific.
Test Plan:
Running LLDB on test/lang/c/shared_lib_stripped_symbols/a.out in a debugger I've
verified LocateDSYMInVincinityOfExecutable correctly locates the matching dSYM.
Differential Revision: http://reviews.llvm.org/D9896
llvm-svn: 237907
Diffstat (limited to 'llvm/lib/Support/StreamingMemoryObject.cpp')
0 files changed, 0 insertions, 0 deletions