[all-commits] [llvm/llvm-project] 0a927b: [Orc] Reflow comment and improve name after fix (NFC)

Stefan Gränitz via All-commits all-commits at lists.llvm.org
Fri Mar 31 03:04:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a927bdc8375bf769f7d3d07478e442f36f7c54d
      https://github.com/llvm/llvm-project/commit/0a927bdc8375bf769f7d3d07478e442f36f7c54d
  Author: Stefan Gränitz <stefan.graenitz at gmail.com>
  Date:   2023-03-31 (Fri, 31 Mar 2023)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp

  Log Message:
  -----------
  [Orc] Reflow comment and improve name after fix (NFC)


  Commit: 360a05305c2a82ded3b4d5615f752f790d12845e
      https://github.com/llvm/llvm-project/commit/360a05305c2a82ded3b4d5615f752f790d12845e
  Author: Stefan Gränitz <stefan.graenitz at gmail.com>
  Date:   2023-03-31 (Fri, 31 Mar 2023)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h
    M llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp

  Log Message:
  -----------
  [Orc] Add RequireDebugSections option in the DebugObjectManagerPlugin

Sometimes it's useful to be able and debug code even without actual debug info, e.g. for setting breakpoints on function names.
This patch adds a new API option to make it possible in Orc.

The existing API and behavior remains unchanged: non-debug objects are not passed to exectuors.


Compare: https://github.com/llvm/llvm-project/compare/89c4acd0c1f8...360a05305c2a


More information about the All-commits mailing list