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

2022-04-21 Thread Palmer Dabbelt
--- 发件人:Jim Wilson 发送时间:2020年10月29日(星期四) 07:59 收件人:gcc-patches 抄 送:cooper.joshua ; Jim Wilson 主 题:[PATCH] Asan changes for RISC-V. We have only riscv64 asan support, there is no riscv32 support as yet. So I need to be able to conditionally ena

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

2022-04-20 Thread Kito Cheng via Gcc-patches
- > 发件人:Jim Wilson > 发送时间:2020年10月29日(星期四) 07:59 > 收件人:gcc-patches > 抄 送:cooper.joshua ; Jim Wilson > > 主 题:[PATCH] Asan changes for RISC-V. > > We have only riscv64 asan support, there is no riscv32 support as y

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

2022-04-20 Thread Kito Cheng via Gcc-patches
m missing > something or it's tricky (and we don't have much free VA space, so not > sure if it'd even run anything useful). > > > -------------- > > 发件人:Jim Wilson > > 发送时间:2020年10月29日(星期四) 07:59 > > 收件人:gcc-patches > > 抄 送:cooper.joshua ; Jim

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

2022-04-20 Thread Palmer Dabbelt
发件人:Jim Wilson 发送时间:2020年10月29日(星期四) 07:59 收件人:gcc-patches 抄 送:cooper.joshua ; Jim Wilson 主 题:[PATCH] Asan changes for RISC-V. 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

回复:[PATCH] Asan changes for RISC-V.

2022-04-19 Thread joshua via Gcc-patches
lti-lib build, so we disable that temporally until rv32 supported# in Makefile.in? -- 发件人:Jim Wilson 发送时间:2020年10月29日(星期四) 07:59 收件人:gcc-patches 抄 送:cooper.joshua ; Jim Wilson 主 题:[PATCH] Asan changes for RISC-V. We have only

回复:[PATCH] Asan changes for RISC-V.

2022-04-19 Thread joshua via Gcc-patches
lti-lib build, so we disable that temporally until rv32 supported# in Makefile.in? -- 发件人:Jim Wilson 发送时间:2020年10月29日(星期四) 07:59 收件人:gcc-patches 抄 送:cooper.joshua ; Jim Wilson 主 题:[PATCH] Asan changes for RISC-V. We have only

回复:[PATCH] Asan changes for RISC-V.

2022-04-19 Thread joshua via Gcc-patches
lti-lib build, so we disable that temporally until rv32 supported# in Makefile.in? -- 发件人:Jim Wilson 发送时间:2020年10月29日(星期四) 07:59 收件人:gcc-patches 抄 送:cooper.joshua ; Jim Wilson 主 题:[PATCH] Asan changes for RISC-V. We have only

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

2020-11-13 Thread Jim Wilson
On Fri, Nov 13, 2020 at 11:12 AM Jeff Law wrote: > > On 10/28/20 5:58 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

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

2020-11-13 Thread Jeff Law via Gcc-patches
On 10/28/20 5:58 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 > requires a chang

[PATCH] Asan changes for RISC-V.

2020-10-28 Thread Jim Wilson
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 requires a change to toplev.c and docs in target.def. The asan s