search for: e3568555

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

Did you mean: 368555
2018 Jan 06
0
Linker Option support for ELF
>> In general I'm in favor of the proposal. Defining a generic way to convey >> some information from the compiler to the linker is useful, and it looks >> like it is just a historical reason that the ELF lacks the feature at the >> moment. >> >> This is a scenario in which the feature is useful: when you include >> math.h, a compiler (which is driven
2018 Jan 06
2
Linker Option support for ELF
...his into the object, and the linker to use it. As an aside, personally, I was thinking more along the lines of `#pragma comment(lib, “m”)`. > -cary -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180106/e3568555/attachment.html>
2018 Jan 05
4
Linker Option support for ELF
On Fri, Jan 5, 2018 at 2:30 AM Rui Ueyama <ruiu at google.com> wrote: > Thank you for starting the discussion thread. > > In general I'm in favor of the proposal. Defining a generic way to convey > some information from the compiler to the linker is useful, and it looks > like it is just a historical reason that the ELF lacks the feature at the > moment. > > This