| commit | 201e10d0072b7d85f021888fddca8c4a76d08223 | [log] [tgz] |
|---|---|---|
| author | Adrian Prantl <aprantl@apple.com> | Fri Sep 18 21:06:14 2015 +0000 |
| committer | Adrian Prantl <aprantl@apple.com> | Fri Sep 18 21:06:14 2015 +0000 |
| tree | b4251614936fad526c6a2e1d3e1500ecb9b2f8ce | |
| parent | 33896a9872486d12ac52b51cd4e98efe4f78a53a [diff] |
Debug Info: Use the full module name as a key when caching DIModules. The signature may not have been computed at the time the module reference is generated (e.g.: in the future while emitting debug info for a clang module). Using the full module name is safe because each clang module may only have a single definition. NFC. llvm-svn: 248037