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 77fcd48 commit 575cb92Copy full SHA for 575cb92
clang/test/CodeGen/memtag-globals.cpp
@@ -1,8 +1,10 @@
1
-// RUN: %clang_cc1 -include %S/Inputs/sanitizer-extra-source.cpp \
+// RUN: %clang_cc1 -triple aarch64-linux-android34 \
2
+// RUN: -include %S/Inputs/sanitizer-extra-source.cpp \
3
// RUN: -fsanitize-ignorelist=%S/Inputs/sanitizer-ignorelist-global.txt \
4
// RUN: -fsanitize=memtag-globals -emit-llvm -o - %s | FileCheck %s
5
6
7
8
// RUN: -fsanitize-ignorelist=%S/Inputs/sanitizer-ignorelist-src.txt \
9
// RUN: -fsanitize=memtag-globals -emit-llvm -o - %s | \
10
// RUN: FileCheck %s --check-prefix=IGNORELIST
0 commit comments