Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
814 Discussions

Determining underlying clang version for icx compiler

eldiener
New Contributor I
4,235 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
4,208 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
4,202 Views

Hi,

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


Regards,

Subarna


0 Kudos
eldiener
New Contributor I
4,195 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
4,151 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
3,947 Views

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


0 Kudos
Subarnarek_G_Intel
3,947 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