search for: rupprect

Displaying 3 results from an estimated 3 matches for "rupprect".

Did you mean: rupprecht
2019 Oct 18
2
llvm-strip creates unloadable shared objects on linux-armv7hf
...ng of the LLD sources, it looks like we keep arm attributes section based on the section type being SHT_ARM_ATTRIBUTES, not on the name being ".ARM.attributes". Other than that, this change seems good to accept. > > Feel free to send a patch! (btw, my review handle is rupprecht, not rupprect). > > On Thu, Oct 17, 2019 at 5:29 AM Peter Smith via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hello Tobias, >> >> I think that looks reasonable to me, I think it will be down to the >> llvm-objcopy team whether they want to make .ARM.attributes a...
2019 Oct 17
2
llvm-strip creates unloadable shared objects on linux-armv7hf
...ilding llvm. If you want to run just one test then you can use bin/llvm-lit -v -a /path/to/test.s (from your build directory). The instructions on how to contribute are in https://llvm.org/docs/DeveloperPolicy.html the people that I know have been active in llvm-objdump are MaskRay (Fangrui Song), rupprect (Jordan Rupprecht), grimar (George Rimar). If you include these people on the reviewers then I'm sure they'll be able to add anyone else that they think would be interested. Hope this helps Peter On Thu, 17 Oct 2019 at 12:53, Tobias Hieta <tobias at plexapp.com> wrote: > > He...
2019 Oct 17
4
llvm-strip creates unloadable shared objects on linux-armv7hf
Hello Rui, Thanks for your reply. I tried with the keep-section argument and that made the shared library work. Should these sections be kept around by default maybe? -- Tobias On Thu, Oct 17, 2019 at 11:06 AM Rui Ueyama <ruiu at google.com> wrote: > > One thing I noticed is that llvm-strip seemed to remove a .ARM.attributes section. Can you try --keep-section=.ARM.attributes to