Skip to content
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

Rust tests failing with LLVM version mismatch regarding opaque pointers #49

Open
kquick opened this issue Aug 30, 2023 · 1 comment
Open

Comments

@kquick
Copy link
Member

kquick commented Aug 30, 2023

yapall> error: Opaque pointers are only supported in -opaque-pointers mode (Producer: 'LLVM15.0.7' Reader: 'LLVM 14.0.6')
yapall> error: test failed, to rerun pass `--test pointer`

(See https://github.com/GaloisInc/yapall/actions/runs/6029699696/job/16359835202?pr=47#step:5:950 or https://github.com/GaloisInc/yapall/actions/runs/6030069826/job/16361088971?pr=50)

This is a specific instance of the general issues noted by #46

@langston-barrett langston-barrett changed the title Pointer test failing with LLVM version mismatch regarding opaque pointers. Rust tests failing with LLVM version mismatch regarding opaque pointers Aug 30, 2023
@langston-barrett
Copy link
Collaborator

Looks like this is specifically the tests that perform pointer analysis on the output of rustc. I think what happened here is that when I started developing yapall, rustc was based on LLVM 14, but these days it's based on LLVM 15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants