Skip to content

Commit

Permalink
Fix missing CMake dependency on Emit
Browse files Browse the repository at this point in the history
Fix a missing CMake dependency on the Emit dialect for the build rules for
DebugInfo.

h/t @fzi-hielscher for identifying this.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
seldridge committed Mar 11, 2024
1 parent ad34576 commit 4d9033e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Target/DebugInfo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ add_circt_translation_library(CIRCTTargetDebugInfo
CIRCTComb
CIRCTDebug
CIRCTDebugAnalysis
CIRCTEmit
CIRCTHW
CIRCTOM
CIRCTSeq
Expand Down

0 comments on commit 4d9033e

Please sign in to comment.