sarnex wrote:

Sorry, I'm not sure I understand the bug. For me, adding `#include 
<arm_acle.h>` fixed the warning. 

It seems true that MSVC doesn't provide `arm_acle.h` and `__yield()` is 
declared in `intrin0.inl.h`, but `clang` headers does have `arm_acle.h` and we 
are compiling with Clang which should have access to Clang's headers?

Is the assumption that Clang's headers provide the exact same header to 
intrinsic declaration mapping as MSVC's headers?





https://github.com/llvm/llvm-project/pull/140910
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to