[PATCH] D125263: [CMake][MSVC] Compile with `/permissive-`

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 02:14:37 PDT 2022


dyung added a comment.

In D125263#3602731 <https://reviews.llvm.org/D125263#3602731>, @efriedma wrote:

>> We are seeing failures in our internal Windows build with an older version of the Visual C++ compiler that I bisected back to this commit. The errors are all similar to this:
>
> I don't see any obvious reason for this to fail, or be affected by /permissive-.  Can you attach and/or send me preprocessed source for the failing file?

Hi, I have create github issue #56173 with a preprocessed source that should show the error when built using an older version of Visual C++.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125263/new/

https://reviews.llvm.org/D125263



More information about the llvm-commits mailing list