[Driver][SYCL] Do not pull in late static device libs for AMD GPU
The addition of the new OpenMP offloading driver path, which unbundles archives later in the toolchain is interfering with the device linking behaviors involving AMD GPU targets for SYCL offload compiles.
Disable the inclusion of these unbundled static archives as we do not yet take advantage of the new offloading paths.
This is to address: https://github.com/intel/llvm/issues/6089
@mdtoguchi I see that the linking issue is addressed with the PR in several applications on atleast a couple of different AMD GPU archs.
Thanks.
@hchilama, can you take a look?
@intel/llvm-gatekeepers, this looks ready for merge - thanks!