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 78e91cb commit b04074eCopy full SHA for b04074e
clang/test/CodeGen/memtag-globals.cpp
@@ -9,7 +9,6 @@
9
// RUN: -fsanitize=memtag-globals -emit-llvm -o - %s | \
10
// RUN: FileCheck %s --check-prefix=IGNORELIST
11
12
-
13
int global;
14
int __attribute__((no_sanitize("memtag"))) attributed_global;
15
int __attribute__((disable_sanitizer_instrumentation)) disable_instrumentation_global;
0 commit comments