mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 05:26:07 +00:00
[HWASan] comment why hwasan_symbolize_stack_uas is arm64 only
This commit is contained in:
parent
0ca05e8221
commit
41c50f0836
@ -1,7 +1,8 @@
|
||||
// RUN: %clang_hwasan -Wl,--build-id -g %s -o %t
|
||||
// RUN: %env_hwasan_opts=symbolize=0 not %run %t 2>&1 | hwasan_symbolize --symbols $(dirname %t) --index | FileCheck %s
|
||||
|
||||
// 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
|
||||
// disables frame records.
|
||||
// REQUIRES: aarch64-target-arch
|
||||
|
||||
#include <sanitizer/hwasan_interface.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user