We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When clang is used with -cc1 parsing opencl_type_traits ends up with missing include files, for example features.h.
features.h
Do we need to update build target or readme to specify the location of extra headers?
Example command line to reproduce failures:
clang -cc1 -I<libclcxx build location>/include/ test.cl -cl-std=clc++ -emit-llvm -fdeclare-opencl-builtins -finclude-default-header -I <clang build location>/include/ -emit-llvm -o -
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When clang is used with -cc1 parsing opencl_type_traits ends up with missing include files, for example
features.h
.Do we need to update build target or readme to specify the location of extra headers?
Example command line to reproduce failures:
clang -cc1 -I<libclcxx build location>/include/ test.cl -cl-std=clc++ -emit-llvm -fdeclare-opencl-builtins -finclude-default-header -I <clang build location>/include/ -emit-llvm -o -
The text was updated successfully, but these errors were encountered: