Displaying 2 results from an estimated 2 matches for "writesechdrentri".
Did you mean:
writesechdrentry
2010 May 12
0
[LLVMdev] MC ELF support
Hi Matt,
Awesome! This is excellent progress, and it is great to see someone
working on this.
High level comments:
(1) The order of patches is odd, to me. It would be great to start by
adding the AsmParser support, then the MCStreamer support, so that we
can have test cases in the 'llvm-mc cat' mode, where it just parses
and prints out again.
On 0001:
- What is hasRelocationAddend? It
2010 May 11
2
[LLVMdev] MC ELF support
Hi guys,
attached are a couple of work in progress patches for ELF support in the
MC module. I'm sending this email to gather some general feedback on the
code. Applying these patches doesn't get you a fully working llvm-mc
that understands ELF; it's just the ground work. I've got a couple more
small patches that fixup some places that assume Mach-O object format
which I'll