]> granicus.if.org Git - llvm/commit
[ORC][JITLink] Name in-memory compiled objects after their source modules.
authorLang Hames <lhames@gmail.com>
Tue, 30 Apr 2019 21:27:56 +0000 (21:27 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 30 Apr 2019 21:27:56 +0000 (21:27 +0000)
commit7f26fc050a41d097036cea598af397336fe36d9d
tree3d24dca94e05fc4ec6599050cd787b5042f74a36
parent6967efe577e1d8d27a5e2ce624328218c7f91188
[ORC][JITLink] Name in-memory compiled objects after their source modules.

In-memory compiled object buffer identifiers will now be derived from the
identifiers of their source IR modules. This makes it easier to connect
in-memory objects with their source modules in debugging output.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359613 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/CompileUtils.h
lib/ExecutionEngine/JITLink/MachO.cpp