[ORC] Move ostream operators for debugging output out of Core.h.
authorLang Hames <lhames@gmail.com>
Sun, 22 Mar 2020 01:25:37 +0000 (18:25 -0700)
committerLang Hames <lhames@gmail.com>
Sun, 22 Mar 2020 01:27:28 +0000 (18:27 -0700)
commit38a8760b99b7036ce5133574007a7ab7e5ea9d9c
treed3fc2827b66715f9db5587c18ab912aba54031e2
parenta1e02753c0ec163eb84d6648bde09181d40f4e47
[ORC] Move ostream operators for debugging output out of Core.h.

DebugUtils.h seems like a more appropriate home for these.
llvm/include/llvm/ExecutionEngine/Orc/Core.h
llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h
llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
llvm/lib/ExecutionEngine/Orc/Core.cpp
llvm/lib/ExecutionEngine/Orc/DebugUtils.cpp
llvm/lib/ExecutionEngine/Orc/Layer.cpp
llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp