-
Notifications
You must be signed in to change notification settings - Fork 741
Use clang-sys bindings instead of ours. #333
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
I plan to use a dynamically loaded clang-sys library to remove the llvm-stable feature. This is part of the work.
cc @KyleMayes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty mechanical to me, so I didn't look too closely. If there is some non-mechanical changes that you'd like to direct my attention to, point me towards them please :)
Otherwise, r+!
Thanks!
lazy_static = "0.1.*" | ||
libc = "0.2" | ||
rustc-serialize = "0.3.19" | ||
syntex_syntax = "0.50" | ||
regex = "0.1" | ||
cexpr = "0.2" | ||
clang-sys = { version = "0.11.1", features = ["gte_clang_3_6", "gte_clang_3_7", "gte_clang_3_8", "gte_clang_3_9"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should try and keep the depencies in order (although I do realize they weren't already).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@bors-servo r=fitzgen |
📌 Commit 0608a9c has been approved by |
Use clang-sys bindings instead of ours. I plan to use a dynamically loaded clang-sys library to remove the llvm-stable feature. This is part of the work. r? @fitzgen
☀️ Test successful - status-travis |
I plan to use a dynamically loaded clang-sys library to remove the llvm-stable
feature.
This is part of the work.
r? @fitzgen