[JITLink] Make LinkGraph debug dumps more readable.
authorLang Hames <lhames@gmail.com>
Tue, 11 May 2021 21:09:49 +0000 (14:09 -0700)
committerLang Hames <lhames@gmail.com>
Tue, 11 May 2021 22:26:15 +0000 (15:26 -0700)
commitcbcfca343f02876cef2b5ca3f27a037bab8fa90f
tree3c65db6c7b9291277f76adabc0dbd382b5fd73ae
parent46475a79f85b230fde3e7de8966c96bef14f0d24
[JITLink] Make LinkGraph debug dumps more readable.

This commit reorders some fields and fixes the width of others to try to
maintain more consistent columns. It also switches to long-hand scope
and linkage names, since LinkGraph dumps aren't read often enough for
single-character codes to be memorable.
llvm/lib/ExecutionEngine/JITLink/JITLink.cpp