This is an automated email from the ASF dual-hosted git repository.

leandron pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e0c461  Allow Linker script files to be committed (#8745)
3e0c461 is described below

commit 3e0c461f26b5174759dbb932986006f73a94a816
Author: Christopher Sidebottom <[email protected]>
AuthorDate: Mon Aug 16 09:15:26 2021 +0100

    Allow Linker script files to be committed (#8745)
    
    This is a source file type needed for 
https://github.com/apache/tvm/pull/8744
    
    Co-authored-by: Grant Watson <[email protected]>
    
    Co-authored-by: Grant Watson <[email protected]>
---
 tests/lint/check_file_type.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/lint/check_file_type.py b/tests/lint/check_file_type.py
index 01447ac..f72bd00 100644
--- a/tests/lint/check_file_type.py
+++ b/tests/lint/check_file_type.py
@@ -82,6 +82,8 @@ ALLOW_EXTENSION = {
     "cl",
     # zephyr config file
     "conf",
+    # linker scripts
+    "ld",
 }
 
 # List of file names allowed

Reply via email to