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
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Compiling rust code with rustc and passing it to llc to be converted to bpf assembly can result in what looks like a conflicting definition of llvm intrinsics
LLVM has been notoriously bad about bitcode compatibility across versions. In this case, it looks like they've respected semantic versioning and bumped the major number between rustc 1.26 and 1.29. Seems fair to not expect compatibility here. What happens when you use the llc from llvm-7?
Compiling rust code with rustc and passing it to llc to be converted to bpf assembly can result in what looks like a conflicting definition of llvm intrinsics
Issue seen when running rustc 1.29.0 but also after aligning the llvm versions pretty closely:
The text was updated successfully, but these errors were encountered: