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 00ed887 commit 8fa7cf0Copy full SHA for 8fa7cf0
compiler-rt/test/hwasan/TestCases/hwasan_symbolize_stack_uas.cpp
@@ -1,7 +1,8 @@
1
// RUN: %clang_hwasan -Wl,--build-id -g %s -o %t
2
// RUN: %env_hwasan_opts=symbolize=0 not %run %t 2>&1 | hwasan_symbolize --symbols $(dirname %t) --index | FileCheck %s
3
4
-// REQUIRES: pointer-tagging
+// TODO: find out why this fails on sanitizer-x86_64-linux-qemu bot
5
+// REQUIRES: aarch64-target-arch
6
7
#include <sanitizer/hwasan_interface.h>
8
#include <stdlib.h>
0 commit comments