File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- // RUN: %clang_cc1 -include %S/Inputs/sanitizer-extra-source.cpp \
1+ // RUN: %clang_cc1 -triple aarch64-linux-android34 \
2+ // RUN: -include %S/Inputs/sanitizer-extra-source.cpp \
23// RUN: -fsanitize-ignorelist=%S/Inputs/sanitizer-ignorelist-global.txt \
34// RUN: -fsanitize=memtag-globals -emit-llvm -o - %s | FileCheck %s
45
5- // RUN: %clang_cc1 -include %S/Inputs/sanitizer-extra-source.cpp \
6+ // RUN: %clang_cc1 -triple aarch64-linux-android34 \
7+ // RUN: -include %S/Inputs/sanitizer-extra-source.cpp \
68// RUN: -fsanitize-ignorelist=%S/Inputs/sanitizer-ignorelist-src.txt \
79// RUN: -fsanitize=memtag-globals -emit-llvm -o - %s | \
810// RUN: FileCheck %s --check-prefix=IGNORELIST
911
12+
1013int global;
1114int __attribute__ ((no_sanitize(" memtag" ))) attributed_global;
1215int __attribute__ ((disable_sanitizer_instrumentation)) disable_instrumentation_global;
You can’t perform that action at this time.
0 commit comments