Skip to content

Commit 2cbcec4

Browse files
[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.
1 parent f59d270 commit 2cbcec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGen/attr-cpuspecific-cpus.c renamed to clang/test/Sema/attr-cpuspecific-cpus.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %clang_cc1 -verify -triple x86_64-linux-gnu -emit-llvm -o - %s
2-
// RUN: %clang_cc1 -verify -triple x86_64-windows-pc -fms-compatibility -emit-llvm -o - %s
1+
// RUN: %clang_cc1 -verify -triple x86_64-linux-gnu -fsyntax-only %s
2+
// RUN: %clang_cc1 -verify -triple x86_64-windows-pc -fms-compatibility -fsyntax-only %s
33

44
// expected-no-diagnostics
55

0 commit comments

Comments
 (0)