[all-commits] [llvm/llvm-project] 9c9d4b: [ORC] Move ostream operator for SymbolStringPtrBas...

Lang Hames via All-commits all-commits at lists.llvm.org
Tue Dec 3 21:42:56 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c9d4b9e73c19842c4fde581cec0295abed8c977
      https://github.com/llvm/llvm-project/commit/9c9d4b9e73c19842c4fde581cec0295abed8c977
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/Core.cpp
    M llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt
    A llvm/lib/ExecutionEngine/Orc/Shared/SymbolStringPool.cpp

  Log Message:
  -----------
  [ORC] Move ostream operator for SymbolStringPtrBase into OrcShared.

This will allow clients outside ORC (e.g. JITLink) to use the operator without
taking a dependence on ORC.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list