Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: ispc (trunk) outdated LLVM version #6347

Open
nurmukhametov opened this issue Apr 12, 2024 · 1 comment
Open

[BUG]: ispc (trunk) outdated LLVM version #6347

nurmukhametov opened this issue Apr 12, 2024 · 1 comment
Labels

Comments

@nurmukhametov
Copy link
Contributor

Describe the bug

LLVM version is used to build ISPC : 15.0. Whereas, at the moment ISPC uses LLVM 17.0.

Steps to reproduce

  1. Visit godbolt.org
  2. Select "ispc" language
  3. Select "ispc (trunk)" compiler
  4. Check the compiler version in the status bar.
Intel(r) Implicit SPMD Program Compiler (Intel(r) ISPC), 1.24.0dev (build commit ea4617c61c7eb968 @ 20240408, LLVM 15.0.7)

Expected behavior

Intel(r) Implicit SPMD Program Compiler (Intel(r) ISPC), 1.24.0dev (build commit ea4617c61c7eb968 @ 20240408, LLVM 17.0.6)

Reproduction link

https://ispc.godbolt.org/z/qMW34s6YM

Screenshots

Not applicable

Operating System

No response

Browser version

No response

@nurmukhametov
Copy link
Contributor Author

The PR to fix this is here: compiler-explorer/ispc-builder#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant