Skip to content

IntelLLVM: Update icx compile commands to support ccache

Harini Chilamantula requested to merge Harini/cmake:ccache_icx into master

Using -c causes compile errors with ccache and icx compiler on Windows. For Windows, as a workaround, we will use /c instead of -c to compile objects.

Edited by Brad King

Merge request reports

Loading