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 557821d commit 0a18b36Copy full SHA for 0a18b36
clang/test/Sema/attr-cpuspecific-cpus.c
@@ -1,5 +1,5 @@
1
-// RUN: %clang_cc1 -verify -triple x86_64-linux-gnu -o - %s
2
-// RUN: %clang_cc1 -verify -triple x86_64-windows-pc -fms-compatibility -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