Intel® oneAPI Data Parallel C++
Support for Intel® oneAPI DPC++ Compiler, Intel® oneAPI DPC++ Library, Intel ICX Compiler , Intel® DPC++ Compatibility Tool, and GDB*
584 Discussions

Determining underlying clang version for icx compiler

eldiener
New Contributor I
1,960 Views

How do I find out the underlying clang version for a given release of the icx compiler ? Is there a compiler option that gives me this information ?

Labels (1)
0 Kudos
6 Replies
GouthamK_Intel
Moderator
1,933 Views

Hi Edward,

Thanks for reaching out to us!

We are escalating this thread to a Subject Matter Expert who will guide you further.

Have a Good day!


Regards

Goutham


0 Kudos
Subarnarek_G_Intel
1,927 Views

Hi,

May I ask why are you looking for such a flag?


Regards,

Subarna


0 Kudos
eldiener
New Contributor I
1,920 Views

I am not necessarily looking for a flag, rather I am looking for information. What clang release is the compiler using ?

0 Kudos
Subarnarek_G_Intel
1,876 Views

Please run the following in your terminal to determine the clang version

icx -x c /dev/null -dM -E|grep clang

clang major gives you the clang version.


0 Kudos
Subarnarek_G_Intel
1,672 Views

Closing the thread as there was no response from the customer.


0 Kudos
Subarnarek_G_Intel
1,672 Views

This issue has been resolved and we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only


0 Kudos
Reply