[PATCH] D21198: RenderScript support in the Frontend
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 9 14:58:09 PDT 2016
rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.
Please make sure that any relevant parts of our documentation are also updated. Given how small and self-contained this is, that we have a reasonable expectation of good support and maintainership, and that it's a reasonably well-established language variant, I don't have any problem with it living in upstream clang.
================
Comment at: include/clang/Frontend/FrontendOptions.h:77-79
@@ -76,4 +76,5 @@
IK_PreprocessedCuda,
IK_AST,
- IK_LLVM_IR
+ IK_LLVM_IR,
+ IK_RenderScript
};
----------------
Please reorder this before `IK_AST`, so that we keep the source languages before the somewhat-more clang-internal things.
http://reviews.llvm.org/D21198
More information about the cfe-commits
mailing list