Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][ClangLinkerWrapper] Unconditionally pass -properties to sycl-p…
…ost-link (#14541) In the old offloading model we have an indirect target dependency because -properties is mutually exclusive with -ir-output-only, and the later option does depend on the triple. However in the new offloading model we currently don’t ever pass -ir-output-only, so we should always be able to pass -properties, at least for now. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
- Loading branch information