[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user