[PATCH] D95038: [OpenCL][Docs] Describe tablegen BIFs declaration
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 21 07:50:20 PST 2021
Anastasia added inline comments.
================
Comment at: clang/docs/OpenCLSupport.rst:132
+Note that this is a frontend-only flag and therefore it requires the use of
+flags that forward options to the frontend, e.g. ``-cc1`` or ``-Xclang``.
+
----------------
svenvh wrote:
> We should also mention that this is (still) an experimental flag, and that behavior of the flag may change in the future.
Not against it but it is not strictly necessary - all experimental features in clang can change in many ways normally.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95038/new/
https://reviews.llvm.org/D95038
More information about the cfe-commits
mailing list