Skip to content

[Clang] Set target in test #110068

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
Sep 26, 2024
Merged

[Clang] Set target in test #110068

merged 1 commit into from
Sep 26, 2024

Conversation

Sirraide
Copy link
Member

I forgot to set the target for a test that uses the preserve_most cc and it’s breaking the bots.

@Sirraide Sirraide merged commit 2b0a708 into llvm:main Sep 26, 2024
5 of 6 checks passed
@Sirraide Sirraide deleted the fix-test branch September 26, 2024 01:48
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Sep 26, 2024
@llvmbot
Copy link
Member

llvmbot commented Sep 26, 2024

@llvm/pr-subscribers-clang

Author: None (Sirraide)

Changes

I forgot to set the target for a test that uses the preserve_most cc and it’s breaking the bots.


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

1 Files Affected:

  • (modified) clang/test/SemaCXX/lambda-attributes.cpp (+4-4)
diff --git a/clang/test/SemaCXX/lambda-attributes.cpp b/clang/test/SemaCXX/lambda-attributes.cpp
index 799649719cf42b..97d23053b0f46a 100644
--- a/clang/test/SemaCXX/lambda-attributes.cpp
+++ b/clang/test/SemaCXX/lambda-attributes.cpp
@@ -1,7 +1,7 @@
-// RUN: %clang_cc1 -std=c++23 -fsyntax-only -verify %s
-// RUN: %clang_cc1 -std=c++23 -fsyntax-only -ast-dump %s | FileCheck %s
-// RUN: %clang_cc1 -std=c++23 -triple x86_64-pc-linux -emit-pch -o %t %s
-// RUN: %clang_cc1 -x c++ -std=c++23 -triple x86_64-pc-linux -include-pch %t -ast-dump-all /dev/null | FileCheck %s
+// RUN: %clang_cc1 -std=c++23 -triple x86_64-unknown-linux -fsyntax-only -verify %s
+// RUN: %clang_cc1 -std=c++23 -triple x86_64-unknown-linux -fsyntax-only -ast-dump %s | FileCheck %s
+// RUN: %clang_cc1 -std=c++23 -triple x86_64-unknown-linux -emit-pch -o %t %s
+// RUN: %clang_cc1 -x c++ -std=c++23 -triple x86_64-unknown-linux -include-pch %t -ast-dump-all /dev/null | FileCheck %s
 // expected-no-diagnostics
 
 // Check that we both don't crash on transforming FunctionProtoType's

@Sirraide
Copy link
Member Author

Relevant pr: #85325

Sterling-Augustine pushed a commit to Sterling-Augustine/llvm-project that referenced this pull request Sep 27, 2024
I forgot to set the target for a test that uses the `preserve_most` cc
and it’s breaking the bots.
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.

2 participants