Replies: 1 comment 8 replies
-
|
I don't think this is a bug on your end, but rather a limitation in the LLVM bitcode parser that In the meantime, you can work around the issue by using an older version of LLVM (e.g., 14). |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I tried to build copilot (tag 4.6) and noticed an issue with failing tests of verifier package.
I suspect llvm is misconfigured (so many tests fail in the same way) but changing llvm version does not make difference (tested with llvms of 16, 20 and 21).
Beta Was this translation helpful? Give feedback.
All reactions