-
Notifications
You must be signed in to change notification settings - Fork 206
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
Dynamic linked Terra breaks tests in LLVM 9-11 #477
Comments
To chime in after so many years :) I remember this before, and it's because LLVM is loaded twice. The reason why it's loaded twice, I don't remember, but should be inside some issue comments. |
This seems plausible, and I remember #357 (comment). I guess the question is still where the second copy of LLVM is coming from, since (at least at the moment) we're still statically linking Clang, and I don't think that would pull in a second copy by itself. |
This seems to have gone away with the upgrade to Ubuntu 18.04. In general, I've begun to suspect that the Ubuntu packages are simply higher quality; LLVM's own packages seem to have intermittent issues. I'm increasingly inclined to upgrade Ubuntu more aggressively so we can stick with newer first-party packages. Anyway, #534 confirms that this works in LLVM 9 and 10, so I'm going to consider this fixed as soon as that merges. |
Documenting this so I can move on with the LLVM 10/11 merge.
Errors look like (for example):
The text was updated successfully, but these errors were encountered: