forked from rarias/jungle
Provide sycl-ls and sycl-trace on wrapped oneapi compiler
This commit is contained in:
parent
1571f53af0
commit
54a583dcfa
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user