-
Notifications
You must be signed in to change notification settings - Fork 63
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
Linking Issues #484
Comments
I had to recompile LLVM to use dynamic linking (not default) which fixed the issue. Maybe a note somewhere in the readme? |
@pvelesko could you please provide build step for the above failure so that we can reproduce? |
Using a pre-built LLVM + SPIR-V Translator, then try for opencl-clang. Here is the script used to configure LLVM:
|
I'll take a look. |
On container ubuntu 22.04 and 16 branch I reproduced the same error if llvm and llvm-spirv is built to static libraries:
|
The above build fail could be fixed using llvm-config, same as in #454 (comment)
|
Propose a fix PR to use llvm-config: #490 |
Using clang17
Using clang16
The text was updated successfully, but these errors were encountered: