[ORC][LLJIT] Improve debugging output, tighten assertion.
authorLang Hames <lhames@gmail.com>
Sat, 8 Apr 2023 17:38:52 +0000 (10:38 -0700)
committerLang Hames <lhames@gmail.com>
Sat, 8 Apr 2023 20:02:56 +0000 (13:02 -0700)
commite3d2b584aae36a3d7d2a28b23ff1c5ec4f70974a
tree0148fc2241d9edccb8bf70b81e1403a3826ca0af
parent931418667063743330f2c4195fd43ea64b0f8a12
[ORC][LLJIT] Improve debugging output, tighten assertion.

Clients can provide an ExecutionSession or an ExecutorProcessControl object to
LLJITBuilder, but should not provide both.
llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
llvm/lib/ExecutionEngine/Orc/LLJIT.cpp