Skip to content

Commit

Permalink
Minor codestyle fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muxianesty committed Aug 8, 2024
1 parent 04f1acb commit 0405996
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/model/dfcir/include/dfcir/conversions/DFCIRPasses.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#define DFCIR_PASSES_H

#include "dfcir/DFCIROperations.h"
#include "mlir/Pass/Pass.h"

#include "mlir/Pass/Pass.h"
#include "llvm/Support/raw_ostream.h"

#include "memory"
Expand Down
5 changes: 4 additions & 1 deletion src/model/dfcir/lib/dfcir/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ target_include_directories(MLIRDFCIR

set(TEMPLATES_PATH "${PROJECT_SOURCE_DIR}/templates")

add_compile_definitions(TEMPLATES_PATH="${TEMPLATES_PATH}" STUBS_TEMPLATE_PATH="${TEMPLATES_PATH}/stubs.tpl")
add_compile_definitions(
TEMPLATES_PATH="${TEMPLATES_PATH}"
STUBS_TEMPLATE_PATH="${TEMPLATES_PATH}/stubs.tpl"
)

target_link_libraries(MLIRDFCIR
PUBLIC
Expand Down

0 comments on commit 0405996

Please sign in to comment.