You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LD_PRELOAD=$(absolute_path)/libclang_rt.asan-aarch64.so ls
it's ok
when I use:
LD_PRELOAD=$(absolute_path)/libclang_rt.hwasan-aarch64.so ls
it return error:
ls: cannot open directory '.': Bad address
I want to know if I use a wrong method for libclang_rt.hwasan-aarch64.so or it not support LD_PRELOAD=$(absolute_path)/libclang_rt.hwasan-aarch64.so + shell basic commands
The text was updated successfully, but these errors were encountered:
LLVM Version: 9.0.1
compiler-rt version: 9.0.0
backport: aarch64
Use Case:
LD_PRELOAD=$(absolute_path)/libclang_rt.asan-aarch64.so ls
it's ok
when I use:
LD_PRELOAD=$(absolute_path)/libclang_rt.hwasan-aarch64.so ls
it return error:
ls: cannot open directory '.': Bad address
I want to know if I use a wrong method for
libclang_rt.hwasan-aarch64.so
or it not supportLD_PRELOAD=$(absolute_path)/libclang_rt.hwasan-aarch64.so
+ shell basic commandsThe text was updated successfully, but these errors were encountered: