[all-commits] [llvm/llvm-project] af5602: [ORC] Work around AIX build compiler: Replace lamb...
Hubert Tong via All-commits
all-commits at lists.llvm.org
Fri Jul 23 07:12:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af5602d369a5cfb4d77c6dd2fe1d0834de87ac76
https://github.com/llvm/llvm-project/commit/af5602d369a5cfb4d77c6dd2fe1d0834de87ac76
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
Log Message:
-----------
[ORC] Work around AIX build compiler: Replace lambda; NFC
By replacing a lambda expression with a functor class instance, this
patch works around an issue encountered on AIX where the IBM XL compiler
appears to make no progress for many hours.
Reviewed By: jsji
Differential Revision: https://reviews.llvm.org/D106554
More information about the All-commits
mailing list