We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error when I try to run codon run -plugin seq test.codon on the test code in the example:
codon run -plugin seq test.codon
codon: symbol lookup error: /home/aa/.codon/bin/../lib/codon/plugins/seq/build/libseq.so: undefined symbol: _ZN4llvm14GlobalVariableC1ERNS_6ModuleEPNS_4TypeEbNS_11GlobalValue12LinkageTypesEPNS_8ConstantERKNS_5TwineEPS0_NS5_15ThreadLocalModeENS_8OptionalIjEEb
The text was updated successfully, but these errors were encountered:
I'm guessing the LLVM 17 upgrade of codon (https://docs.exaloop.io/codon/general/releases#v0.17) was not incorporated into seq.
I downgraded to codon v0.16.3 and it fixed the issue.
Sorry, something went wrong.
No branches or pull requests
I get this error when I try to run
codon run -plugin seq test.codon
on the test code in the example:codon: symbol lookup error: /home/aa/.codon/bin/../lib/codon/plugins/seq/build/libseq.so: undefined symbol: _ZN4llvm14GlobalVariableC1ERNS_6ModuleEPNS_4TypeEbNS_11GlobalValue12LinkageTypesEPNS_8ConstantERKNS_5TwineEPS0_NS5_15ThreadLocalModeENS_8OptionalIjEEb
The text was updated successfully, but these errors were encountered: