[all-commits] [llvm/llvm-project] 100562: [ORC] Switch from initializer lists to named argum...
lhames via All-commits
all-commits at lists.llvm.org
Thu Jul 16 15:59:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 10056238ac07a95b8cc5766bb4173b4a01203bc6
https://github.com/llvm/llvm-project/commit/10056238ac07a95b8cc5766bb4173b4a01203bc6
Author: Lang Hames <lhames at gmail.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/TPCIndirectionUtils.cpp
Log Message:
-----------
[ORC] Switch from initializer lists to named arguments to work around MSVC.
MSVC doesn't like some of the initializer list uses in 0e940d55f8a.
Switch to named arguments to work around this.
More information about the All-commits
mailing list