Pierre closed this revision.
Pierre added a comment.
The changes are part of https://reviews.llvm.org/D60763 which was merged.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60764/new/
https://reviews.llvm.org/D60764
___
cfe-commits mailing
Pierre updated this revision to Diff 196590.
Pierre added a comment.
Forgot to update one argument
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60764/new/
https://reviews.llvm.org/D60764
Files:
clang/include/clang/Basic/LangOptions.def
clang/include/clang/Driver/CC1Options.td
cl
Anastasia accepted this revision.
Anastasia added a comment.
This revision is now accepted and ready to land.
LGTM! Thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60764/new/
https://reviews.llvm.org/D60764
___
cfe-commits mailing lis
Pierre updated this revision to Diff 196474.
Pierre marked an inline comment as done.
Pierre added a comment.
The name of the command line option has been updated.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60764/new/
https://reviews.llvm.org/D60764
Files:
clang/include/clang/Basi
Anastasia added inline comments.
Comment at: clang/include/clang/Driver/CC1Options.td:755
HelpText<"Include the default header file for OpenCL">;
+def fgenerate_opencl_builtin: Flag<["-"], "fgenerate-opencl-builtin">,
+ HelpText<"Generate OpenCL builtin functions using Tableg
Pierre created this revision.
Pierre added reviewers: svenvh, Anastasia.
Herald added subscribers: cfe-commits, kristina, yaxunl.
Herald added a project: clang.
Clang cc1 currently sets the -finclude-default-header flag by default,
including the opencl-c.h header file. This patch adds a
-fgenera