compnerd added inline comments.

================
Comment at: lib/Headers/armintr.h:26
@@ +25,3 @@
+#ifndef _MSC_VER
+#include_next <armintr.h>
+#else
----------------
Hmm, why not do __has_header instead?  armv7-windows-itanium won't define 
`_MSC_VER` but you may have the header from the SDK.


https://reviews.llvm.org/D22774



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to