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

[LLVM/PPC] Fix assertion/seqfault during debug build #35477

Merged
merged 3 commits into from
Apr 16, 2020
Merged

Conversation

vchuravy
Copy link
Sponsor Member

@vchuravy vchuravy commented Apr 14, 2020

Fixes #35025

The final issue boils down to Julia reusing Pass Managers as a JIT and the MCStreamer for PPC not cleaning up some global state.

@vchuravy vchuravy added kind:upstream The issue is with an upstream dependency, e.g. LLVM system:powerpc PowerPC external dependencies Involves LLVM, OpenBLAS, or other linked libraries labels Apr 14, 2020
@vchuravy vchuravy marked this pull request as ready for review April 15, 2020 18:48
@vchuravy
Copy link
Sponsor Member Author

@vchuravy vchuravy merged commit b0f3403 into master Apr 16, 2020
@vchuravy vchuravy deleted the vc/ppc_llvm9 branch April 16, 2020 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external dependencies Involves LLVM, OpenBLAS, or other linked libraries kind:upstream The issue is with an upstream dependency, e.g. LLVM system:powerpc PowerPC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debug build fails on ppc64le
1 participant