-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Build failure with llvm trunk #5984
Comments
Can you please give
|
These appear to be upstream API changes - someone else reported the same thing on another thread. |
First issue can be fixed with:
|
Second issue can be fixed by:
The variable should probably be renamed, but you get the idea. |
@ihnorton that was me in #3134 (comment) - commit 475eb52 fixed the raw_fd_ostream errors, but I'm having trouble with the DataLayoutPass part now:
This is on Ubuntu-armv7l, GCC 4.8.1. |
You need an up-to-date llvm trunk version. DataLayoutPass was introduced end of February. |
@octoploid thanks, I thought it was downloaded just a few days ago but I'll do an update and try again. |
Two issues:
[pao: formatting]
The text was updated successfully, but these errors were encountered: