Displaying 3 results from an estimated 3 matches for "targethandl".
Did you mean:
targethandler
2013 Oct 08
0
[LLVMdev] [lld] Add target-specific entries to the dynamic table
You can add a member function in the TargetHandler to override the
dynamic table that the target wants to create.
Thanks
Shankar Easwaran
On 10/8/2013 2:42 PM, Simon Atanasyan wrote:
> Hi,
>
> I'm going to add MIPS target linking support to LLD. One of the things
> I bumped into is the dynamic table. MIPS ABI declares many addi...
2013 Oct 08
2
[LLVMdev] [lld] Add target-specific entries to the dynamic table
Hi,
I'm going to add MIPS target linking support to LLD. One of the things
I bumped into is the dynamic table. MIPS ABI declares many additional
mandatory dynamic table entries like DT_MIPS_LOCAL_GOTNO,
DT_MIPS_SYMTABNO etc. Some of these entries can be allocated and
initialized at once, other entries should be allocated in the
beginning and initialized at the end. For example we need to know
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