[all-commits] [llvm/llvm-project] 731f99: [ORC] Attempt to work around compile failure on so...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 731f991cdc4f6683b0ca9a5d6184d9e4e84f63e4
      https://github.com/llvm/llvm-project/commit/731f991cdc4f6683b0ca9a5d6184d9e4e84f63e4
  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

  Log Message:
  -----------
  [ORC] Attempt to work around compile failure on some bots.

See e.g. https://lab.llvm.org/buildbot/#/builders/193/builds/98.

I think this failure is related to a C++ standard defect, 1397 --"Class
completeness in non-static data member initializers" [1]. If so, moving
to C++98 initialization should work around the issue.

[1] http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1397




More information about the All-commits mailing list