[PATCH] D88504: [flang][msvc] Workaround 'forgotten' symbols FoldOperation. NFC.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 10:36:19 PDT 2020
Meinersbur added a comment.
Using the switch `/Zc:lambda` also allows to compile this code. The switch is not documented in the Visual Studio help, but `cl /help` documents it as:
/Zc:arg1[,arg2] C++ language conformance, where arguments can be:
[...]
lambda[-] better lambda support by using the newer lambda processor (off by default)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88504/new/
https://reviews.llvm.org/D88504
More information about the llvm-commits
mailing list