Re: [PATCH] [PING] Asan changes for RISC-V.

2020-11-06 Thread Kito Cheng via Gcc-patches
LGTM. Verified with Fedora rawhide image running on qemu, kernel version is 5.5.0, I got slightly different gcc testsuite result, but after reviewing all failed cases, it should not be a blocker for this patch. It seems environment issue, some minor issues like stack unwinding or library search

Re: [PATCH] [PING] Asan changes for RISC-V.

2020-11-04 Thread Jim Wilson
On Wed, Oct 28, 2020 at 4:59 PM Jim Wilson wrote: > We have only riscv64 asan support, there is no riscv32 support as yet. So > I > need to be able to conditionally enable asan support for the riscv > target. I > implemented this by returning zero from the asan_shadow_offset function. > This >