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 d119980 commit 03399a9Copy full SHA for 03399a9
compiler-rt/test/hwasan/TestCases/Linux/release-shadow.c
@@ -1,6 +1,8 @@
1
// Test that tagging a large region to 0 reduces RSS.
2
// RUN: %clang_hwasan -mllvm -hwasan-globals=0 -mllvm -hwasan-instrument-stack=0 %s -o %t && %run %t 2>&1
3
4
+// REQUIRES: pointer-tagging
5
+
6
#include <assert.h>
7
#include <fcntl.h>
8
#include <stdio.h>
0 commit comments