You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a customer request to make `clang++ --version` output more
informative. This patch adds a string like this to the output:
"Intel SYCL compiler X build based on:" - here goes regular clang
output.
Where X is "development" by default.
"Nightly YYYY-MM-DD" for regular nightly builds.
"X.Y.Z Nightly YYYY-MM-DD" for nightly release builds.
"X.Y.Z release" for official releases.
E.g.:
```
Intel SYCL compiler development build based on:
clang version 22.0.0git (https://github.com/intel/llvm.git479b59d)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /localdisk2/llvm/build/bin
Build config: +assertions
```
0 commit comments