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

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 12:40:02 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?

I've worked around the issue locally by disabling the call to /permissive-. I'll see what I can do to get a preprocessed source.


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