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 76dd742 commit 1e9fc8eCopy full SHA for 1e9fc8e
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