[PATCH] D106554: [ORC] Work around AIX build compiler: Replace lambda; NFC

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 20:37:34 PDT 2021


jsji added inline comments.


================
Comment at: llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp:449
 
-  // FIXME: Proper mangling.
   auto MangledName = ("_" + SymbolName).str();
----------------
Please keep this FIXME.


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