Skip to content
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

[clang][RISCV] Fix RUN line and rename test name for pr129995 #132676

Merged
merged 1 commit into from
Mar 26, 2025

Conversation

4vtomat
Copy link
Member

@4vtomat 4vtomat commented Mar 24, 2025

ninja check-clang can not detect .cc suffix, so the typo is not
detected.

ninja check-clang can not detect .cc suffix, so the typo is not
detected.
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Mar 24, 2025
@llvmbot
Copy link
Member

llvmbot commented Mar 24, 2025

@llvm/pr-subscribers-clang

Author: Brandon Wu (4vtomat)

Changes

ninja check-clang can not detect .cc suffix, so the typo is not
detected.


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

1 Files Affected:

  • (renamed) clang/test/CodeGen/RISCV/issue-129995.cpp (+1-1)
diff --git a/clang/test/CodeGen/RISCV/pr129995.cc b/clang/test/CodeGen/RISCV/issue-129995.cpp
similarity index 77%
rename from clang/test/CodeGen/RISCV/pr129995.cc
rename to clang/test/CodeGen/RISCV/issue-129995.cpp
index 590c6b9fbdf96..4cd60a854558e 100644
--- a/clang/test/CodeGen/RISCV/pr129995.cc
+++ b/clang/test/CodeGen/RISCV/issue-129995.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 triple riscv64 -emit-llvm -target-feature +m -target-feature +v -target-abi lp64d -o /dev/null %s
+// RUN: %clang_cc1 -triple riscv64 -emit-llvm -target-feature +m -target-feature +v -target-abi lp64d -o /dev/null %s
 
 struct a {
   using b = char __attribute__((vector_size(sizeof(char))));

@4vtomat 4vtomat merged commit f6417f1 into llvm:main Mar 26, 2025
13 checks passed
@4vtomat 4vtomat deleted the issue-129995-rename branch March 26, 2025 00:41
Copy link

@Newread23 Newread23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of # #132675 #122379 #132176 #128656

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.

5 participants