Closed trcrsired closed 3 months ago
@llvm/issue-subscribers-clang-frontend
Author: cqwrteur (trcrsired)
CC @AaronBallman
This doesn't appear to be a bug with Clang.
1) The compilation is using the MSVC environment: --target=x86_64-windows-msvc
2) The source code is including a header file that eventually gets into header files in D:\msys64\home\unlvs\projects\windows-msvc-cross-runtimes\include
that are using Microsoft-specific extensions. We support many of Microsoft's attributes, but don't yet support intrin_type
, which is why there are diagnostics about it being ignored.
Closing the issue, but if I've misunderstood the situation, feel free to reopen with more information.
https://github.com/trcrsired/windows-msvc-cross-runtimes/tree/main