[all-commits] [llvm/llvm-project] 5829ba: [ORC] More attempts to work around compiler failures.

lhames via All-commits all-commits at lists.llvm.org
Mon Oct 11 22:39:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5829ba7afc13eaa004f16906a5004a61648ac403
      https://github.com/llvm/llvm-project/commit/5829ba7afc13eaa004f16906a5004a61648ac403
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-10-11 (Mon, 11 Oct 2021)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h
    M llvm/lib/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.cpp

  Log Message:
  -----------
  [ORC] More attempts to work around compiler failures.

Commit 731f991cdc4 seems to have helped, but did not catch all instances (see
https://lab.llvm.org/buildbot/#/builders/193/builds/104). Switch more inner
structs to C++98 initializers to work around the issue. Add FIXMEs to revisit
in the future.




More information about the All-commits mailing list