In intel/llvm/8763 introduced a new entry-point to PI to enable the propagation of compile flags to the device backend compiler.
__SYCL_EXPORT pi_result piPlatformGetBackendOption(pi_platform platform,
const char *frontend_option,
const char **backend_option);
We should add a compatible function to UR.