llvm
llvm copied to clipboard
[SYCL] Add option -fsycl-use-integration-headers
Add option -fsycl-use-integration-headers to enable integration between device and host compilation phases using integration headers and footers. This is currently the default behavior.
The option is passed through to the cc1 phase along with a macro __INTEL_SYCL_USE_INTEGRATION_HEADERS.