Re: [PATCH v2] docs: Add 'S' to Machine Constraints for RISC-V

2021-07-15 Thread Palmer Dabbelt
On Sun, 11 Jul 2021 21:29:13 PDT (-0700), kito.ch...@sifive.com wrote: It was undocument before, but it might used in linux kernel for resolve code model issue, so LLVM community suggest we should document that, so that make it become supported/documented/non-internal machine constraints. gcc/Ch

Re: [PATCH v2] docs: Add 'S' to Machine Constraints for RISC-V

2021-07-12 Thread Kito Cheng via Gcc-patches
committed to trunk. On Mon, Jul 12, 2021 at 12:48 PM Fangrui Song wrote: > > On 2021-07-12, Kito Cheng wrote: > >It was undocument before, but it might used in linux kernel for resolve > >code model issue, so LLVM community suggest we should document that, > >so that make it become supported/docu

Re: [PATCH v2] docs: Add 'S' to Machine Constraints for RISC-V

2021-07-11 Thread Fangrui Song
On 2021-07-12, Kito Cheng wrote: It was undocument before, but it might used in linux kernel for resolve code model issue, so LLVM community suggest we should document that, so that make it become supported/documented/non-internal machine constraints. gcc/ChangeLog: PR target/101275