Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Preserve filename passed to ocloc through -output
A flag "-output_no_suffix" was added to ocloc, and enabling it prevents the tool from appending it's family name (e.g. "_Gen9core.bin") to the filename passed through the -output option. Meanwhile, clang-offload-bundler expects no suffixes with the binary image name. Enabling the option ensures that our toolchain is always able to find the image by the given name. Signed-off-by: Artem Gindinson <artem.gindinson@intel.com>
- Loading branch information