[PATCH] D61621: [X86] Make `x86intrin.h`, `immintrin.h` includable with `-fno-gnu-inline-asm`.

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 7 16:21:22 PDT 2019


rnk added a comment.

I see one more instance of unprotected __asm__ usage, but it's under `#ifdef _MSC_VER`, it's the HLE extensions. Can you protect that, and then add another RUN line with a windows triple and -fms-extensions to test it?


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

https://reviews.llvm.org/D61621





More information about the cfe-commits mailing list