[Clang][NFC] - Move attr-cpuspecific-cpus test over to Sema (#146065)

The attr-cpuspecific-cpus test does not have any LLVM IR checks relevant
to Codegen, Moving the test over to clang/test/Sema.
This commit is contained in:
Pawan Nirpal
2025-06-27 18:52:52 +05:30
committed by GitHub
parent f59d270867
commit 2cbcec4832

View File

@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -verify -triple x86_64-linux-gnu -emit-llvm -o - %s
// RUN: %clang_cc1 -verify -triple x86_64-windows-pc -fms-compatibility -emit-llvm -o - %s
// RUN: %clang_cc1 -verify -triple x86_64-linux-gnu -fsyntax-only %s
// RUN: %clang_cc1 -verify -triple x86_64-windows-pc -fms-compatibility -fsyntax-only %s
// expected-no-diagnostics