Issue 209303
Summary Unable to build any MLIR executable or tools when using MS Visual Studio 2019 on Windows.
Labels lldb, xray, mlir:core, debuginfo, mlir, llvm:support, llvm:adt
Assignees
Reporter CarlosAlbertoEnciso
    The change https://github.com/llvm/llvm-project/pull/207516 causes multiple compiler errors on Windows, when trying to build any MLIR executable or MLIR tool, using MS Visual Studio 2019.

The error message is:
```
(compiling source file ../mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp)
../mlir/include/mlir/TableGen/Format.h(259,43):
Error C2641: cannot deduce template arguments for 'llvm::support::detail::FormatFunctor'
Error C2065: 'vals': undeclared identifier
```
**Build failure** 3aec6a40bb4e (HEAD -> upstream) [Support] Remove virtual functions from formatv (#207516)
**Build pass** 6b3433ae1900 [MC][NFC] Generate ComplexDeprecationInfos as function (#207496)

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to