-
Notifications
You must be signed in to change notification settings - Fork 747
Append the input header to the end of the clang args, instead of the front #45
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
Conversation
@bors-servo: r+ |
📌 Commit 82b166d has been approved by |
Append the input header to the end of the clang args, instead of the front r @emilio
☀️ Test successful - status-travis |
This causes clang to complain with |
With what command? I verified manually that the |
Yes, that's correct. What Stylo was doing (to workaround the behavior before this patch), was using the filename after clang-flags. I think this confused docopt, that thought that the input header was other thing, and when we pushed it to But it's not this patch's bug per se. |
Yes, but stylo binding generation is still broken. What is the fix? |
r @emilio