[ORC] Add debugging output for LLJIT construction.
authorLang Hames <lhames@gmail.com>
Fri, 29 May 2020 00:55:49 +0000 (17:55 -0700)
committerLang Hames <lhames@gmail.com>
Fri, 29 May 2020 03:31:50 +0000 (20:31 -0700)
commitff92d3c672e2bf0b885b67b0efebea691df9c5b9
treedb8fdf477bbdbaeb818e18c9a71a62653560f0c9
parenta6deaeec370ec5e34f9e5aa3fad3bc73770d4895
[ORC] Add debugging output for LLJIT construction.

This can be handy for checking whether the LLJIT instance you're constructing
matches your expectations.
llvm/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
llvm/lib/ExecutionEngine/Orc/LLJIT.cpp