Author: Nathan Ridge
Date: 2025-01-23T20:21:11-05:00
New Revision: 00132643744237d2398fea1777114f3497629bd5

URL: 
https://github.com/llvm/llvm-project/commit/00132643744237d2398fea1777114f3497629bd5
DIFF: 
https://github.com/llvm/llvm-project/commit/00132643744237d2398fea1777114f3497629bd5.diff

LOG: [clang][test] Add .cuh as a recognized extension for lit test files 
(#124080)

Fixes https://github.com/llvm/llvm-project/issues/124079

Added: 
    

Modified: 
    clang/test/lit.cfg.py

Removed: 
    


################################################################################
diff  --git a/clang/test/lit.cfg.py b/clang/test/lit.cfg.py
index 7e7934d5fe0f5f..e4b39c4f715971 100644
--- a/clang/test/lit.cfg.py
+++ b/clang/test/lit.cfg.py
@@ -33,6 +33,7 @@
     ".m",
     ".mm",
     ".cu",
+    ".cuh",
     ".hip",
     ".hlsl",
     ".ll",


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to