mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[MLIR] Standalone: Fix copy-and-paste typo (NFC)
Remove duplicate statements.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user