[Mlir-commits] [mlir] 573e487 - [MLIR] Standalone: Fix copy-and-paste typo (NFC)

Lorenzo Chelini llvmlistbot at llvm.org
Thu Apr 7 02:22:35 PDT 2022


Author: Lorenzo Chelini
Date: 2022-04-07T11:22:21+02:00
New Revision: 573e48765d99b1bc9e73d9bf01982f540531d194

URL: https://github.com/llvm/llvm-project/commit/573e48765d99b1bc9e73d9bf01982f540531d194
DIFF: https://github.com/llvm/llvm-project/commit/573e48765d99b1bc9e73d9bf01982f540531d194.diff

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

Remove duplicate statements.

Added: 
    

Modified: 
    mlir/examples/standalone/test/lit.cfg.py

Removed: 
    


################################################################################
diff  --git a/mlir/examples/standalone/test/lit.cfg.py b/mlir/examples/standalone/test/lit.cfg.py
index 96dbd3159263e..e7ae44c875843 100644
--- a/mlir/examples/standalone/test/lit.cfg.py
+++ b/mlir/examples/standalone/test/lit.cfg.py
@@ -42,9 +42,6 @@
 # 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')


        


More information about the Mlir-commits mailing list