Skip to content
Snippets Groups Projects
Commit 573e4876 authored by Lorenzo Chelini's avatar Lorenzo Chelini
Browse files

[MLIR] Standalone: Fix copy-and-paste typo (NFC)

Remove duplicate statements.
parent 5560b9e8
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,6 @@ llvm_config.use_default_substitutions()
# directories.
config.excludes = ['Inputs', 'Examples', 'CMakeLists.txt', 'README.txt', 'LICENSE.txt']
# test_source_root: The root path where tests are located.
config.test_source_root = os.path.dirname(__file__)
# test_exec_root: The root path where tests should be run.
config.test_exec_root = os.path.join(config.standalone_obj_root, 'test')
config.standalone_tools_dir = os.path.join(config.standalone_obj_root, 'bin')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment