-
Notifications
You must be signed in to change notification settings - Fork 146
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
llvm-cbe crashes at .ll ouput from clang++-10 (plzip-1.9 lzip_index.c) #133
Comments
Simple reproduction example (
Build: |
I seem to be getting a similar error with
I ran
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Say, we have LLVM 10.0.0, and just have built
llvm-cbe
in current directory.Trying to build
lzip_index.cc
fromplzip-1.9
withlzlib-1.12
:And it crashes with
SIGSEGV
with the following stack trace:The same is on LLVM 11.0.0 and 9.0.0 (but no stack trace somehow). Interestingly, on LLVM 8.0.0, there is no failure,
.cbe.c
output is being produced correctly, but issue #132 occurs then.The text was updated successfully, but these errors were encountered: