craig.topper added a comment. I didn't see an answer to the inline assembly question.
================ Comment at: lib/Headers/pconfigintrin.h:31 + +#define MKTME_KEY_PROGRAM 0x00000001 + ---------------- craig.topper wrote: > This doesn't match the name used by gcc. It also needs to start with > underscores since all names without underscores belong to user code. Gcc's constant is called __PCONFIG_KEY_PROGRAM from what I see in their repository https://reviews.llvm.org/D44387 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits