[PATCH] D28001: [X86] Teach Clang about -mfentry flag

Chad Rosier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 4 08:38:09 PST 2017


mcrosier added inline comments.


================
Comment at: test/CodeGen/fentry.c:11
+
+//HAS: attributes #{{[0-9]+}} = { {{.*}}"fentry-call"="true"{{.*}} }
+//NOHAS-NOT: attributes #{{[0-9]+}} = { {{.*}}"fentry-call"{{.*}} }
----------------
mcrosier wrote:
> I'd prefer we stick with the default CHECK and CHECK-NOT prefixes.
Specifically, for the first two RUN commands please use CHECK and for the latter two use something like NOPG-NOT.


https://reviews.llvm.org/D28001





More information about the cfe-commits mailing list