diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-05-13 00:17:58 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-05-13 00:17:58 +0000 |
commit | e1bc3e2027b7e9f9bcf3d0a658d940eac73eda66 (patch) | |
tree | 1a06af0d6d30d2c32dcb83afa260b81c1c757b00 /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py | |
parent | 55c28889c19a2ad60a511b91e4864cbc07db9454 (diff) | |
download | bcm5719-llvm-e1bc3e2027b7e9f9bcf3d0a658d940eac73eda66.tar.gz bcm5719-llvm-e1bc3e2027b7e9f9bcf3d0a658d940eac73eda66.zip |
dsymutil: Fix the DWOId mismatch check for cached modules.
In verbose mode, we emit a warning if the DWOId of a skeleton CU
mismatches the DWOId of the referenced module. This patch updates the
cached DWOId after a module has been loaded to the DWOId of the module
on disk (instead of storing the DWOId we expected to load). This
allows us to correctly emit the mismatch warning for all subsequent
object files that want to import the same module. This patch also
ensures both warnings are only emitted in verbose mode.
rdar://problem/26214027
llvm-svn: 269383
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions