[PATCH] D60763: Prototype OpenCL BIFs using Tablegen
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 3 11:21:21 PDT 2019
thakis added a comment.
>From what I can tell, the only client of OpenCLBuiltins.td is currently lib/Sema. Do you expect that to change? If not, does it make more sense to move the .td file to there?
Do you expect OpenCLBuiltins.td to include other files in the future? At the moment, the `-I ${CMAKE_CURRENT_SOURCE_DIR}/../../` bit in the cmake file isn't needed for anything.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60763/new/
https://reviews.llvm.org/D60763
More information about the cfe-commits
mailing list