We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59d270 commit 2cbcec4Copy full SHA for 2cbcec4
clang/test/CodeGen/attr-cpuspecific-cpus.c renamed to clang/test/Sema/attr-cpuspecific-cpus.c
@@ -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
+// 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
3
4
// expected-no-diagnostics
5
0 commit comments