[all-commits] [llvm/llvm-project] 8ef451: [JITLink][ELF][AArch64] Make include order consist...

Lang Hames via All-commits all-commits at lists.llvm.org
Mon Mar 25 09:41:17 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ef451072a532a9cbc1c128468fba70bbf9a38b9
      https://github.com/llvm/llvm-project/commit/8ef451072a532a9cbc1c128468fba70bbf9a38b9
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp

  Log Message:
  -----------
  [JITLink][ELF][AArch64] Make include order consistent with other JITLink files.

Coding my way home: 8.98112N, 79.52094W


  Commit: c15218bccb570316e4971c4b70e879a4bd6a8de9
      https://github.com/llvm/llvm-project/commit/c15218bccb570316e4971c4b70e879a4bd6a8de9
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/JITLink.cpp

  Log Message:
  -----------
  [JITLink] Dump weak-ref status for external symbols in LinkGraphs.

Coding my way home: 8.98112N, 79.52094W


  Commit: 94bbc18bb6469b29dc471c4af879c2ee64d62180
      https://github.com/llvm/llvm-project/commit/94bbc18bb6469b29dc471c4af879c2ee64d62180
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.cpp

  Log Message:
  -----------
  [ORC] Add some debug logging to EPCDynamicLibrarySearchGenerator.

Coding my way home: 8.98112N, 79.52094W


  Commit: c4d58815506ece1a5e5e001fadbaf34b0266fd37
      https://github.com/llvm/llvm-project/commit/c4d58815506ece1a5e5e001fadbaf34b0266fd37
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/DefineExternalSectionStartAndEndSymbols.h
    M llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
    A llvm/test/ExecutionEngine/JITLink/AArch64/MachO_section_start_and_stop_symbols.s

  Log Message:
  -----------
  [JITLink][MachO] Handle MachO section start/end symbols.

Transform section$start$<section-name> and section$end$<section-name> external
symbols into defined symbols when a section named <section-name> is present.

rdar://125357048

Coding my way home: 8.98112N, 79.52094W


Compare: https://github.com/llvm/llvm-project/compare/002f7808c93e...c4d58815506e

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list