[ORC] More attempts to work around compiler failures.
authorLang Hames <lhames@gmail.com>
Tue, 12 Oct 2021 05:32:07 +0000 (22:32 -0700)
committerLang Hames <lhames@gmail.com>
Tue, 12 Oct 2021 05:36:56 +0000 (22:36 -0700)
commit5829ba7afc13eaa004f16906a5004a61648ac403
tree34029e83fb6938f3394c156f5d9417a6f2392831
parent731f991cdc4f6683b0ca9a5d6184d9e4e84f63e4
[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.
llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h
llvm/lib/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.cpp