[all-commits] [llvm/llvm-project] cb33ef: [JITLink][AArch64] Update edge names to be more de...

lhames via All-commits all-commits at lists.llvm.org
Sun Oct 30 19:03:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cb33ef7ca71d864b5fb8efbe59d77e895ba6e9a0
      https://github.com/llvm/llvm-project/commit/cb33ef7ca71d864b5fb8efbe59d77e895ba6e9a0
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-10-30 (Sun, 30 Oct 2022)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
    M llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
    M llvm/lib/ExecutionEngine/JITLink/aarch64.cpp

  Log Message:
  -----------
  [JITLink][AArch64] Update edge names to be more descriptive, add comments.

This brings the aarch64 edges into alignment with the naming scheme for the
x86-64 edges.

Edge behavior is mostly unchanged, but some irrelevant assertions and errors
have been removed.




More information about the All-commits mailing list