Skip to content

Commit 6e712b0

Browse files
committed
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.
1 parent a0ace87 commit 6e712b0

File tree

13 files changed

+104
-1575
lines changed

13 files changed

+104
-1575
lines changed

libbindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ quasi_codegen = "0.26"
2525

2626
[dependencies]
2727
cfg-if = "0.1.0"
28-
clang-sys = "0.11.1"
2928
lazy_static = "0.1.*"
3029
libc = "0.2"
3130
rustc-serialize = "0.3.19"
3231
syntex_syntax = "0.50"
3332
regex = "0.1"
3433
cexpr = "0.2"
34+
clang-sys = { version = "0.11.1", features = ["gte_clang_3_6", "gte_clang_3_7", "gte_clang_3_8", "gte_clang_3_9"] }
3535

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

0 commit comments

Comments
 (0)