-
Notifications
You must be signed in to change notification settings - Fork 743
Start testing libclang 5 in CI #966
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
Comments
Just ran the tests on Windows with LLVM 5.0 and got a single test failure on dump_preprocessed_input. Backtrace:
|
That looks like |
I checked and I do have clang in my path.
|
What are the contents of |
It seems to repro with LLVM 4.0, too.
|
Huh. It looks like it includes |
Ah, that's a good idea. My guess it's a CRLF vs. LF issue. I have git configured to checkout with CRLF line endings, but check in LF endings. So my checkout of arg_keyword.h is CRLF. However, I'l open a separate issue. |
Filed #1023 |
I think this should be closed. As I understand, bindgen now requires Clang 6.0 or later. |
We should close it, though I don't think the last bit is true. |
http://lists.llvm.org/pipermail/llvm-announce/2017-September/000075.html
The text was updated successfully, but these errors were encountered: