Skip to content

Commit 0013264

Browse files
[clang][test] Add .cuh as a recognized extension for lit test files (#124080)
Fixes #124079
1 parent acb7859 commit 0013264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/lit.cfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
".m",
3434
".mm",
3535
".cu",
36+
".cuh",
3637
".hip",
3738
".hlsl",
3839
".ll",

0 commit comments

Comments
 (0)