This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b0c4f7e14ec [MC] Fix bad indentation and 80 column violations. Use Stri [...] new 2096ec5b86b Move MSVC workarounds for future<Error>/future<Expected<T>> [...] new 32cb08f5ea8 [ORC] Reapply r342939 with a fix for MSVC's promise/future [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ExecutionEngine/JITSymbol.h | 6 +- include/llvm/ExecutionEngine/Orc/Core.h | 1 + include/llvm/ExecutionEngine/Orc/Legacy.h | 3 +- include/llvm/ExecutionEngine/Orc/RPCUtils.h | 75 +---------------- include/llvm/Support/MSVCErrorWorkarounds.h | 86 ++++++++++++++++++++ lib/ExecutionEngine/Orc/Legacy.cpp | 40 ++++----- .../Orc/RTDyldObjectLinkingLayer.cpp | 40 +++++---- lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp | 38 +++++---- lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 94 +++++++++++++--------- .../RuntimeDyld/RuntimeDyldChecker.cpp | 22 ++++- .../RuntimeDyld/RuntimeDyldCheckerImpl.h | 3 + lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 3 + 12 files changed, 248 insertions(+), 163 deletions(-) create mode 100644 include/llvm/Support/MSVCErrorWorkarounds.h