Skip to content

Commit 41c50f0

Browse files
committed
[HWASan] comment why hwasan_symbolize_stack_uas is arm64 only
1 parent 0ca05e8 commit 41c50f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler-rt/test/hwasan/TestCases/hwasan_symbolize_stack_uas.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// RUN: %clang_hwasan -Wl,--build-id -g %s -o %t
22
// RUN: %env_hwasan_opts=symbolize=0 not %run %t 2>&1 | hwasan_symbolize --symbols $(dirname %t) --index | FileCheck %s
33

4-
// TODO: find out why this fails on sanitizer-x86_64-linux-qemu bot
4+
// This doesn't work on X86, because that uses instrument-with-calls which
5+
// disables frame records.
56
// REQUIRES: aarch64-target-arch
67

78
#include <sanitizer/hwasan_interface.h>

0 commit comments

Comments
 (0)