Skip to content

Commit

Permalink
Update lit.site.cfg.py.in
Browse files Browse the repository at this point in the history
  • Loading branch information
efferifick authored and jmgorius committed Sep 6, 2024
1 parent 63f9bde commit 2913f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lit.site.cfg.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ config.llvm_tools_dir = lit_config.substitute("@LLVM_TOOLS_DIR@")
config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
config.mlir_obj_dir = "@MLIR_BINARY_DIR@"
config.python_executable = "@Python3_EXECUTABLE@"
config.enable_bindings_python = @MLIR_ENABLE_BINDINGS_PYTHON@
config.enable_bindings_python = "@MLIR_ENABLE_BINDINGS_PYTHON@"
config.standalone_src_root = "@CMAKE_SOURCE_DIR@"
config.standalone_obj_root = "@CMAKE_BINARY_DIR@"

Expand Down

0 comments on commit 2913f91

Please sign in to comment.