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.
2 parents 17f953d + 1e9fc8e commit 2393b8aCopy full SHA for 2393b8a
clang/test/Sema/attr-cfi-salt.c
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 -fsyntax-only -fsanitize=kcfi -verify %s
+// RUN: %clang_cc1 -std=c11 -fsyntax-only -fsanitize=kcfi -verify %s
2
// RUN: %clang_cc1 -std=c89 -DKNR -fsyntax-only -fsanitize=kcfi -verify %s
3
4
#define __cfi_salt(S) __attribute__((cfi_salt(S)))
0 commit comments