[ORC] Add an output stream operator for SymbolStringPool.
authorLang Hames <lhames@gmail.com>
Wed, 8 Jun 2022 23:48:15 +0000 (16:48 -0700)
committerLang Hames <lhames@gmail.com>
Wed, 8 Jun 2022 23:49:51 +0000 (16:49 -0700)
commit3fcd3669e3dc7c5ba72d3bfceef42b2f833254ec
tree8e75f676ea22b1dcd87bc65b34879ad9f9381929
parent209c07d486f7d28bef4093ad68c23073e5c974a4
[ORC] Add an output stream operator for SymbolStringPool.

Handy for checking string pool state, e.g. when debugging dangling-pool-entry
errors.
llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h
llvm/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
llvm/lib/ExecutionEngine/Orc/DebugUtils.cpp
llvm/unittests/ExecutionEngine/Orc/SymbolStringPoolTest.cpp