Skip to content

Commit 3f386f3

Browse files
authored
[unix] specify that it's the LLVM version
1 parent 38374ae commit 3f386f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/unix/compiledata.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ icc)
8888
;;
8989
icpx)
9090
cxxTemp=`$CXX -dumpfullversion -dumpversion`
91-
COMPILERVERSSTR="Intel oneAPI icpx $cxxTemp"
91+
COMPILERVERSSTR="Intel oneAPI icpx (LLVM $cxxTemp)"
9292
COMPILERVERS="icpx"
9393
;;
9494
clang++*)

0 commit comments

Comments
 (0)