commit | 7630e0bcbe087918b31ba018af742a59989550df | [log] [tgz] |
---|---|---|
author | Pavel Labath <pavel@labath.sk> | Thu Jan 17 15:07:35 2019 +0000 |
committer | Pavel Labath <pavel@labath.sk> | Thu Jan 17 15:07:35 2019 +0000 |
tree | b22cd43d2d6f93c2218a6a13fbcad9cbc054332c | |
parent | 35ab86df624cfedbb251509856ed3166cadc8027 [diff] |
Recommit "Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()" This reapplies commit r351330, which was reverted due to a failing test on macos. The failure was because the SymbolVendor used on MacOS was stricter than the default (or ELF) symbol vendor, and rejected the symbol file because it's UUID did not match the object file. This version of the patch adds a uuid load command to the test macho file to make sure the UUIDs match. llvm-svn: 351447