Provide sycl-ls and sycl-trace on wrapped oneapi compiler

This commit is contained in:
Aleix Boné 2025-12-10 18:44:07 +01:00
parent 1571f53af0
commit 54a583dcfa
No known key found for this signature in database

View File

@ -87,6 +87,9 @@ lib.makeOverridable (
ln -s $out/bin/icpx $out/bin/c++
ln -s $out/bin/icx $out/bin/cc
ln -s $ccPath/sycl-ls $out/bin/sycl-ls
ln -s $ccPath/sycl-trace $out/bin/sycl-trace
sed -i 's/.*isCxx=0/isCxx=1/' $out/bin/icpx
# Use this to detect when a compiler subprocess is called