Displaying 2 results from an estimated 2 matches for "linkerobject".
Did you mean:
linkedobject
2013 Jan 24
0
[LLVMdev] [lld] driver and options questions
...driver transforms flavor specific options into a "core" ArgList;
3) LinkerOptions constructor requires a core ArgList and sets data
members base on the ArgList.
4) The LinkerInvocation object is constructed from LinkerOptions object.
5) LinkerInvocation creates a TargetInfo object from a LinkerObject.
- Michael Spencer
2013 Jan 24
3
[LLVMdev] [lld] driver and options questions
Michael,
I'm looking at flushing out the mach-o driver and targetinfo.
Can we rename the "ld64" flavor to "darwin". The command line tool on MacOSX is called "ld" - just like on unix. The name ld64 is the current source repository name for the linker. Once lld takes over, the term ld64 won't mean anything.
I've worked through adding DarwinOpts.td