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
versions: OS: Fedora Linux 39 x86_64 LLVM: llvm16.x86_64 16.0.6-5.fc39 @fedora llvm16-devel.x86_64 16.0.6-5.fc39 @fedora llvm16-libs.x86_64 16.0.6-5.fc39 @fedora llvm16-static.x86_64 16.0.6-5.fc39 @fedora
repro.zip
reproduction:
$ unzip repro.zip $ cd repro $ cargo b $ opt-16 --load-pass-plugin=./target/debug/librepro.so --passes='my_pass' file.ll -S -o file_out.ll
expected behavior:
file_out.ll is created
actual behavior:
segmentation fault (core dumped)
output.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
versions:
OS: Fedora Linux 39 x86_64
LLVM:
llvm16.x86_64 16.0.6-5.fc39 @fedora
llvm16-devel.x86_64 16.0.6-5.fc39 @fedora
llvm16-libs.x86_64 16.0.6-5.fc39 @fedora
llvm16-static.x86_64 16.0.6-5.fc39 @fedora
repro.zip
reproduction:
expected behavior:
actual behavior:
output.txt
The text was updated successfully, but these errors were encountered: