[PATCH] D43045: Add NVPTX Support to ValidCPUList (enabling march notes)

Eric Christopher via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 8 11:35:05 PST 2018


echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.

LGTM with an inline comment.



================
Comment at: include/clang/Basic/Cuda.h:49
   SM_72,
+  LAST,
 };
----------------
We have last, invalid, etc... maybe we should pick one among all the targets? :)



https://reviews.llvm.org/D43045





More information about the cfe-commits mailing list