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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
806 Discussions

Determining underlying clang version for icx compiler

eldiener
New Contributor I
4,117 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,090 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,084 Views

Hi,

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


Regards,

Subarna


0 Kudos
eldiener
New Contributor I
4,077 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,033 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,829 Views

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


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