| commit | 7966953793270c61244a027add44b65046c5eca4 | [log] [tgz] |
|---|---|---|
| author | Lang Hames <lhames@gmail.com> | Wed Sep 04 20:26:25 2019 +0000 |
| committer | Lang Hames <lhames@gmail.com> | Wed Sep 04 20:26:25 2019 +0000 |
| tree | 3d9aa4a775474158179ffebe1ab2d1d33bb808f4 | |
| parent | bf78e39cbbbe4df8f750d338f93eea7aa3a0957b [diff] |
[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. llvm-svn: 370968