[all-commits] [llvm/llvm-project] 0beead: [ORC] Link `atomic` on platforms without hardware ...

Owen Shepherd via All-commits all-commits at lists.llvm.org
Mon Apr 10 21:15:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0beeadf2035766a1b73bd2aae1df39585e586a5c
      https://github.com/llvm/llvm-project/commit/0beeadf2035766a1b73bd2aae1df39585e586a5c
  Author: Owen Shepherd <owen at owen.cafe>
  Date:   2023-04-11 (Tue, 11 Apr 2023)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt

  Log Message:
  -----------
  [ORC] Link `atomic` on platforms without hardware support for atomics.

Fixes error about missing reference to __atomic_fetch_add_8 when linking
LLVMOrcJit on ARMv6.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D147937




More information about the All-commits mailing list