[all-commits] [llvm/llvm-project] 834616: [ORC] Switch to WrapperFunction utility for calls ...

lhames via All-commits all-commits at lists.llvm.org
Wed Jun 16 01:06:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 834616146b7d94258456542fd64fed95dbd9e4b1
      https://github.com/llvm/llvm-project/commit/834616146b7d94258456542fd64fed95dbd9e4b1
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/TPCDebugObjectRegistrar.h
    M llvm/include/llvm/ExecutionEngine/Orc/TargetProcessControl.h
    M llvm/lib/ExecutionEngine/Orc/TPCDebugObjectRegistrar.cpp
    M llvm/lib/ExecutionEngine/Orc/TPCEHFrameRegistrar.cpp

  Log Message:
  -----------
  [ORC] Switch to WrapperFunction utility for calls to registration functions.

Addresses FIXMEs in TPC-based EH-frame and debug object registration code by
replacing manual argument serialization with WrapperFunction utility calls.




More information about the All-commits mailing list