Skip to content

Commit

Permalink
Build: Add CIRCT/MLIR dependencies for debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanlippuner committed Nov 11, 2023
1 parent e92cd9b commit 8d0da6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/circt-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ fn main() {
"CIRCTSV",
"CIRCTSeq",
"CIRCTSupport",
"CIRCTSeqTransforms",
"LLVMBinaryFormat",
"LLVMBitstreamReader",
"LLVMCore",
Expand Down Expand Up @@ -116,6 +117,10 @@ fn main() {
"MLIRBytecodeWriter",
"MLIRAsmParser",
"MLIRBytecodeReader",
"MLIRDebug",
"MLIRCAPIDebug",
"MLIRPDLInterpDialect",
"MLIRPDLDialect",
];
for name in &lib_names {
println!("cargo:rustc-link-lib=static={}", name);
Expand Down

0 comments on commit 8d0da6f

Please sign in to comment.