[all-commits] [llvm/llvm-project] 3fcd36: [ORC] Add an output stream operator for SymbolStri...
lhames via All-commits
all-commits at lists.llvm.org
Wed Jun 8 16:50:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3fcd3669e3dc7c5ba72d3bfceef42b2f833254ec
https://github.com/llvm/llvm-project/commit/3fcd3669e3dc7c5ba72d3bfceef42b2f833254ec
Author: Lang Hames <lhames at gmail.com>
Date: 2022-06-08 (Wed, 08 Jun 2022)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h
M llvm/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
M llvm/lib/ExecutionEngine/Orc/DebugUtils.cpp
M llvm/unittests/ExecutionEngine/Orc/SymbolStringPoolTest.cpp
Log Message:
-----------
[ORC] Add an output stream operator for SymbolStringPool.
Handy for checking string pool state, e.g. when debugging dangling-pool-entry
errors.
More information about the All-commits
mailing list