[all-commits] [llvm/llvm-project] 4c4348: [ORC-RT] Make ExecutorAddrDiff an alias for uint64_t.

lhames via All-commits all-commits at lists.llvm.org
Thu Sep 15 19:21:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c434831865f0ce95bc396e8de786a0d21bbfa7a
      https://github.com/llvm/llvm-project/commit/4c434831865f0ce95bc396e8de786a0d21bbfa7a
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-09-15 (Thu, 15 Sep 2022)

  Changed paths:
    M compiler-rt/lib/orc/executor_address.h

  Log Message:
  -----------
  [ORC-RT] Make ExecutorAddrDiff an alias for uint64_t.

Unlike ExecutorAddr, there's limited value to having a distinct type for
ExecutorAddrDiff, and it's occasionally awkward to work with. The corresponding
LLVM type (llvm::orc::ExecutorAddrDiff) was already made a type-alias in
9e2cfb061a882.


  Commit: 83a0ac12f5f074fbaf773793de0e95572e073fa7
      https://github.com/llvm/llvm-project/commit/83a0ac12f5f074fbaf773793de0e95572e073fa7
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-09-15 (Thu, 15 Sep 2022)

  Changed paths:
    A compiler-rt/test/orc/TestCases/Darwin/x86-64/Inputs/dlopen-dlclose-x2.s
    A compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-trivial.S
    R compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-re-dlopen.c

  Log Message:
  -----------
  [ORC-RT] Invert the layout of the trivial-jit-re-dlopen testcase.

Compiles and moves the original C code for main to Inputs/dlopen-dlclose-x2.S,
where it can be shared with other testcases that want a
dlopen-dlclose-dlopen-dlclose sequence. The assembly containging the
initializers to be tested is moved into the test file.


Compare: https://github.com/llvm/llvm-project/compare/d6aed77f0d19...83a0ac12f5f0


More information about the All-commits mailing list