[PATCH] D106554: [ORC] Work around AIX build compiler: Replace lambda; NFC
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 22 23:39:16 PDT 2021
lhames added inline comments.
================
Comment at: llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp:449
- // FIXME: Proper mangling.
+ // Use functor class to work around XL build compiler issue on AIX.
+ class RtLookupNotifyComplete {
----------------
hubert.reinterpretcast wrote:
> jsji wrote:
> > Please keep this FIXME.
> Good catch. Will do.
Somehow I missed this. ;)
If there's a bug number for that it would be good to include it, otherwise everything's good to go. :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106554/new/
https://reviews.llvm.org/D106554
More information about the llvm-commits
mailing list