File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ fn main() {
90
90
"LLVMDemangle" ,
91
91
"LLVMRemarks" ,
92
92
"LLVMSupport" ,
93
+ "LLVMTargetParser" ,
93
94
"MLIRAnalysis" ,
94
95
"MLIRArithDialect" ,
95
96
"MLIRArithValueBoundsOpInterfaceImpl" ,
@@ -112,6 +113,9 @@ fn main() {
112
113
"MLIRSupport" ,
113
114
"MLIRTransformUtils" ,
114
115
"MLIRTransforms" ,
116
+ "MLIRBytecodeWriter" ,
117
+ "MLIRAsmParser" ,
118
+ "MLIRBytecodeReader" ,
115
119
] ;
116
120
for name in & lib_names {
117
121
println ! ( "cargo:rustc-link-lib=static={}" , name) ;
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ log = "0.4"
24
24
num = " 0.3"
25
25
bit-vec = " 0.6.2"
26
26
itertools = " 0.10"
27
- backtrace = " 0.3"
27
+ backtrace = " = 0.3.68 "
28
28
bitflags = " 1.2"
29
29
once_cell = " 1.3"
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ path = "lib.rs"
15
15
moore-common = { path = " ../../common" , version = " 0.14.0" }
16
16
moore-derive = { path = " ../../derive" , version = " 0.14.0" }
17
17
log = " 0.4"
18
- backtrace = " 0.3"
18
+ backtrace = " = 0.3.68 "
19
19
once_cell = " 1.3"
You can’t perform that action at this time.
0 commit comments