]> granicus.if.org Git - llvm/commit
[llvm-rtdyld] Add timers to match llvm-jitlink.
authorLang Hames <lhames@gmail.com>
Wed, 4 Sep 2019 20:26:25 +0000 (20:26 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 4 Sep 2019 20:26:25 +0000 (20:26 +0000)
commit7cb1eef90211d40150928378879b6855296efe89
tree5ccf90b6a66296830e71f92b2aef2f106ed0dc7d
parent86226efab1a308efb76939219f13ad8b6c68a113
[llvm-rtdyld] Add timers to match llvm-jitlink.

When using llvm-rtdyld to execute code, -show-times will now show the time
taken to load the object files, apply relocations, and execute the
rtdyld-linked code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370968 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-jitlink/llvm-jitlink.cpp
tools/llvm-rtdyld/llvm-rtdyld.cpp