[all-commits] [llvm/llvm-project] cfa5fd: [ORC] Tidy up MachOPlatform's references to ORC ru...

lhames via All-commits all-commits at lists.llvm.org
Thu Jan 12 13:33:26 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cfa5fd4849e82d6ac83590abe87dfdbbdfd305be
      https://github.com/llvm/llvm-project/commit/cfa5fd4849e82d6ac83590abe87dfdbbdfd305be
  Author: Lang Hames <lhames at gmail.com>
  Date:   2023-01-12 (Thu, 12 Jan 2023)

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

  Log Message:
  -----------
  [ORC] Tidy up MachOPlatform's references to ORC runtime registration functions.

Use an private struct, RuntimeFunction, to to keep the name and address of each
registration function together, and rename the member variables with their purpose
rather than the full name of the function in the runtime.




More information about the All-commits mailing list