[all-commits] [llvm/llvm-project] 38a876: [ORC] Move ostream operators for debugging output ...
lhames via All-commits
all-commits at lists.llvm.org
Sat Mar 21 18:52:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 38a8760b99b7036ce5133574007a7ab7e5ea9d9c
https://github.com/llvm/llvm-project/commit/38a8760b99b7036ce5133574007a7ab7e5ea9d9c
Author: Lang Hames <lhames at gmail.com>
Date: 2020-03-21 (Sat, 21 Mar 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h
M llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/DebugUtils.cpp
M llvm/lib/ExecutionEngine/Orc/Layer.cpp
M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
Log Message:
-----------
[ORC] Move ostream operators for debugging output out of Core.h.
DebugUtils.h seems like a more appropriate home for these.
More information about the All-commits
mailing list