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 a8016e2 commit 2d0ac43Copy full SHA for 2d0ac43
compiler-rt/test/hwasan/TestCases/secondary-tag-zero.c
@@ -1,9 +1,6 @@
1
// Test that tagging of freed large region is 0, which is better for RSS usage.
2
// RUN: %clang_hwasan -mllvm -hwasan-globals=0 -mllvm -hwasan-instrument-stack=0 %s -o %t && %run %t 2>&1
3
4
-// TODO: implement.
5
-// XFAIL: pointer-tagging
6
-
7
#include <assert.h>
8
#include <stdlib.h>
9
0 commit comments