[clang] 0013264 - [clang][test] Add .cuh as a recognized extension for lit test files (#124080)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 23 17:21:15 PST 2025
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",
More information about the cfe-commits
mailing list