Skip to content

Commit

Permalink
[NFC][SV] Remove unnecessary SV dependency on Verif (llvm#7249)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoBi22 authored Jun 28, 2024
1 parent 609180a commit d8b0baa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Conversion/HWToBTOR2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ add_circt_conversion_library(CIRCTHWToBTOR2
CIRCTSV
CIRCTComb
CIRCTSeq
CIRCTVerif
MLIRTransforms
)
1 change: 0 additions & 1 deletion lib/Dialect/SV/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ add_circt_dialect_library(CIRCTSV
CIRCTComb
CIRCTHW
CIRCTSupport
CIRCTVerif
MLIRIR
)

Expand Down
1 change: 1 addition & 0 deletions tools/om-linker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ target_link_libraries(om-linker PRIVATE
CIRCTOMTransforms
CIRCTSV
CIRCTSupport
CIRCTVerif

MLIRBytecodeReader
MLIRBytecodeWriter
Expand Down

0 comments on commit d8b0baa

Please sign in to comment.