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 0ca05e8 commit 41c50f0Copy full SHA for 41c50f0
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
-// TODO: find out why this fails on sanitizer-x86_64-linux-qemu bot
+// This doesn't work on X86, because that uses instrument-with-calls which
5
+// disables frame records.
6
// REQUIRES: aarch64-target-arch
7
8
#include <sanitizer/hwasan_interface.h>
0 commit comments