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
When I run "llvm-config --libs --link-shared" it prints out the error message. I tried checking, and the binaries included in version 12 from github don't include that library. I also ran an strace and found out that llvm-config doesn't seem to ever actually check to see if libLLVM-12.so is even there. It prints out that it's missing regardless of whether or not it exists.
The text was updated successfully, but these errors were encountered:
When I run "llvm-config --libs --link-shared" it prints out the error message. I tried checking, and the binaries included in version 12 from github don't include that library. I also ran an strace and found out that llvm-config doesn't seem to ever actually check to see if libLLVM-12.so is even there. It prints out that it's missing regardless of whether or not it exists.
The text was updated successfully, but these errors were encountered: