[ORC] Switch from initializer lists to named arguments to work around MSVC.
authorLang Hames <lhames@gmail.com>
Thu, 16 Jul 2020 22:55:29 +0000 (15:55 -0700)
committerLang Hames <lhames@gmail.com>
Thu, 16 Jul 2020 22:58:31 +0000 (15:58 -0700)
commit10056238ac07a95b8cc5766bb4173b4a01203bc6
tree5b150a59525c8b0ce377840d0397af859fd8df68
parent12d1124c49beec0fb79d36944960e5bf0f236d4c
[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.
llvm/lib/ExecutionEngine/Orc/TPCIndirectionUtils.cpp