Skip to content

Commit 8fd4e59

Browse files
Add missing libraries
Build now works with rust 1.63 (when using backtrace = "=0.3.68")
1 parent 37f9596 commit 8fd4e59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/circt-sys/build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ fn main() {
9090
"LLVMDemangle",
9191
"LLVMRemarks",
9292
"LLVMSupport",
93+
"LLVMTargetParser",
9394
"MLIRAnalysis",
9495
"MLIRArithDialect",
9596
"MLIRArithValueBoundsOpInterfaceImpl",
@@ -112,6 +113,9 @@ fn main() {
112113
"MLIRSupport",
113114
"MLIRTransformUtils",
114115
"MLIRTransforms",
116+
"MLIRBytecodeWriter",
117+
"MLIRAsmParser",
118+
"MLIRBytecodeReader",
115119
];
116120
for name in &lib_names {
117121
println!("cargo:rustc-link-lib=static={}", name);

0 commit comments

Comments
 (0)