Skip to content

Commit f02edbe

Browse files
author
bors-servo
authored
Auto merge of #333 - emilio:clang-sys, r=fitzgen
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
2 parents 959ef7c + 0608a9c commit f02edbe

File tree

13 files changed

+105
-1576
lines changed

13 files changed

+105
-1576
lines changed

libbindgen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ shlex = "0.1"
2424
quasi_codegen = "0.26"
2525

2626
[dependencies]
27+
cexpr = "0.2"
2728
cfg-if = "0.1.0"
28-
clang-sys = "0.11.1"
29+
clang-sys = { version = "0.11.1", features = ["gte_clang_3_6", "gte_clang_3_7", "gte_clang_3_8", "gte_clang_3_9"] }
2930
lazy_static = "0.1.*"
3031
libc = "0.2"
3132
rustc-serialize = "0.3.19"
3233
syntex_syntax = "0.50"
3334
regex = "0.1"
34-
cexpr = "0.2"
3535

3636
[dependencies.aster]
3737
features = ["with-syntex"]

0 commit comments

Comments
 (0)