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
I use Clang 19, LLD and LLVM libc++ for my toolchain. CMAKE invocation: cmake -B build-igc -S igc -G Ninja -Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="" -DIGC_OPTION__LLVM_PREFERRED_VERSION="15.0.0" -DIGC_OPTION__ARCHITECTURE_TARGET="Linux64" -DINSTALL_SPIRVDLL=0 -DINSTALL_GENX_IR=On
I have tested tags:
[v2.2,3]
[v2.1.12]
[igc-1.0.17791.9]
[igc-1.0.17537.20]
[igc-1.0.17384.11]
[igc-1.0.17193.4]
I have tested Clang 18 and 17 with the same result.
I have tested stable LLVM-14.0.0 and 140 branches instead of 15.0.0 and 150 experimental branches as well with the same result.
The text was updated successfully, but these errors were encountered:
When compiling igc I'm running into the following result:
I use Clang 19, LLD and LLVM libc++ for my toolchain. CMAKE invocation:
cmake -B build-igc -S igc -G Ninja -Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="" -DIGC_OPTION__LLVM_PREFERRED_VERSION="15.0.0" -DIGC_OPTION__ARCHITECTURE_TARGET="Linux64" -DINSTALL_SPIRVDLL=0 -DINSTALL_GENX_IR=On
I have tested tags:
[v2.2,3]
[v2.1.12]
[igc-1.0.17791.9]
[igc-1.0.17537.20]
[igc-1.0.17384.11]
[igc-1.0.17193.4]
I have tested Clang 18 and 17 with the same result.
I have tested stable LLVM-14.0.0 and 140 branches instead of 15.0.0 and 150 experimental branches as well with the same result.
The text was updated successfully, but these errors were encountered: