Kito Cheng <kito.ch...@sifive.com> writes:

> The patch set aims to update libsanitizer from upstream. The motivation is 
> that
> RISC-V is changing the shadow offset for AddressSanitizer, and I also plan to
> submit another patch set to add dynamic shadow offset support for GCC.
>
> This is my first time updating it, so I used my laptop and an AArch64 server
> from cfram to run the regression tests. I tested on x86_64/Linux (Ubuntu 
> 22.04)
> and AArch64/Linux (Rocky 9.4), both with --with-build-config=bootstrap-asan 
> and
> performed a standard 3-stage build. No new regressions were introduced.
>
> NOTE: I tried to run regression tests with
> --with-build-config=bootstrap-asan, but I received warnings from
> LeakSanitizer due to the pretty printer, which make the test results
> unusable...

Try export ASAN_OPTIONS="detect_leaks=0" (bootstrap-asan applies
this for building GCC but it doesn't apply when running the testsuite).

> [...]

sam

Reply via email to