File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,23 @@ pub extern crate inkwell_70 as inkwell;
45
45
pub extern crate inkwell_80 as inkwell;
46
46
#[ cfg( feature = "inkwell-90" ) ]
47
47
pub extern crate inkwell_90 as inkwell;
48
+
49
+ #[ cfg( feature = "inkwell-100" ) ]
50
+ pub extern crate llvm_sys_100 as llvm_sys;
51
+ #[ cfg( feature = "inkwell-110" ) ]
52
+ pub extern crate llvm_sys_110 as llvm_sys;
53
+ #[ cfg( feature = "inkwell-120" ) ]
54
+ pub extern crate llvm_sys_120 as llvm_sys;
55
+ #[ cfg( feature = "inkwell-130" ) ]
56
+ pub extern crate llvm_sys_130 as llvm_sys;
48
57
#[ cfg( feature = "inkwell-140" ) ]
49
58
pub extern crate llvm_sys_140 as llvm_sys;
59
+ #[ cfg( feature = "inkwell-150" ) ]
60
+ pub extern crate llvm_sys_150 as llvm_sys;
61
+ #[ cfg( feature = "inkwell-160" ) ]
62
+ pub extern crate llvm_sys_160 as llvm_sys;
63
+ #[ cfg( feature = "inkwell-170" ) ]
64
+ pub extern crate llvm_sys_170 as llvm_sys;
50
65
51
66
pub struct CompilerOptions {
52
67
pub bitcode_only : bool ,
You can’t perform that action at this time.
0 commit comments