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*
873 討論

Determining underlying clang version for icx compiler

eldiener
新貢獻者 I
6,171 檢視

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 ?

標籤 (1)
0 積分
6 回應
GouthamK_Intel
6,144 檢視

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


Subarnarek_G_Intel
6,138 檢視

Hi,

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


Regards,

Subarna


eldiener
新貢獻者 I
6,131 檢視

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

Subarnarek_G_Intel
6,087 檢視

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.


Subarnarek_G_Intel
5,883 檢視

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


Subarnarek_G_Intel
5,883 檢視

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


回覆