search for: included_

Displaying 2 results from an estimated 2 matches for "included_".

Did you mean: included
2018 Jan 08
0
Linker Option support for ELF
...be that needs a new option as well. An additional complication that I think nobody has mentioned yet: what happens with static libraries containing such object files? I'd hope that linking against a .a which includes .o files with linker options, only adds the options from a .o files _actually included_ in the link. That is true of the Apple implementation, but I don't know about the MS one. But that really needs to be specified. A short survey of some existing implementations: 1. Apple ld64 allows precisely two linker options to be embedded: "-lNAME" and "-framework NAME&qu...
2018 Jan 07
7
Linker Option support for ELF
> On Jan 6, 2018, at 6:55 PM, Rui Ueyama <ruiu at google.com> wrote: > > On Sat, Jan 6, 2018 at 8:56 AM, Saleem Abdulrasool <compnerd at compnerd.org <mailto:compnerd at compnerd.org>> wrote: > > On Fri, Jan 5, 2018 at 2:30 AM Rui Ueyama <ruiu at google.com <mailto:ruiu at google.com>> wrote: > Thank you for starting the discussion thread. >