Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

HighCommander4
Copy link
Collaborator

Fixes #124079

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Jan 23, 2025
@llvmbot
Copy link
Member

llvmbot commented Jan 23, 2025

@llvm/pr-subscribers-clang

Author: Nathan Ridge (HighCommander4)

Changes

Fixes #124079


Full diff: https://github.com/llvm/llvm-project/pull/124080.diff

1 Files Affected:

  • (modified) clang/test/lit.cfg.py (+1)
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",

@HighCommander4 HighCommander4 merged commit 0013264 into llvm:main Jan 24, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The test clang/test/Parser/cuda-check-input-kind-assoc.cuh is never run
3 participants