Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdad2m committed Nov 11, 2024
1 parent fb5c163 commit 3f4f706
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/test/lit/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
llvm_config.with_environment("RUNTIME_LIB_DIR", config.lrt_lib_dir, append_path=True)
llvm_config.with_environment("MLIR_LIB_DIR", config.mlir_lib_dir, append_path=True)
llvm_config.with_environment("ENZYME_LIB_DIR", config.enzyme_lib_dir, append_path=True)
llvm_config.with_environment("DIALECTS_BUILD_DIR", config.mlir_lib_dir + "/..", append_path=True)
llvm_config.with_environment(
"DIALECTS_BUILD_DIR", config.mlir_lib_dir + "/..", append_path=True
)

# Define PYTHONPATH to include the dialect python bindings.
# From within a build target we have access to cmake variables configured in lit.site.cfg.py.in.
Expand Down

0 comments on commit 3f4f706

Please sign in to comment.