[all-commits] [llvm/llvm-project] 0ede1b: [ORC-RT] Update WrapperFunctionCall for 089acf25223.

lhames via All-commits all-commits at lists.llvm.org
Sat Jan 15 18:48:27 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ede1b906d4dc949b297d4f5d94ae9f4fc84a2b3
      https://github.com/llvm/llvm-project/commit/0ede1b906d4dc949b297d4f5d94ae9f4fc84a2b3
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-01-16 (Sun, 16 Jan 2022)

  Changed paths:
    M compiler-rt/lib/orc/macho_platform.cpp
    M compiler-rt/lib/orc/unittests/wrapper_function_utils_test.cpp
    M compiler-rt/lib/orc/wrapper_function_utils.h

  Log Message:
  -----------
  [ORC-RT] Update WrapperFunctionCall for 089acf25223.

089acf25223 updated WrapperFunctionCall to carry arbitrary argument payloads
(rather than plain address ranges). This commit implements the corresponding
update for the ORC runtime.




More information about the All-commits mailing list