]> granicus.if.org Git - clang/commit
Debug Info: Use the full module name as a key when caching DIModules.
authorAdrian Prantl <aprantl@apple.com>
Fri, 18 Sep 2015 21:06:14 +0000 (21:06 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 18 Sep 2015 21:06:14 +0000 (21:06 +0000)
commit4dd66d070417d9411610051c458eef0693a1d751
treefeedd7ce78f336b07d4dc74ba27ba02950839885
parent47300b3e0591f3349e8bb61589adf1b175da3d81
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248037 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h