Skip to content

Commit

Permalink
fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed Sep 10, 2024
1 parent d756aa1 commit 2381a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Conversion/AIEToConfiguration/AIEToConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "../PassDetail.h"

#include "aie/Conversion/AIEToConfiguration/AIEToConfiguration.h"
#include "aie/Targets/AIERTX.h"
#include "aie/Targets/AIERT.h"

#include "llvm/Support/Debug.h"

Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/AIEToConfiguration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ add_mlir_conversion_library(MLIRAIEToConfiguration
Core

LINK_LIBS PUBLIC
AIERTX
AIERT
)

0 comments on commit 2381a1e

Please sign in to comment.