Displaying 3 results from an estimated 3 matches for "14e0e700".
2012 Nov 20
0
[LLVMdev] Does LLVM sign ARM ELFs?
Hi Greg,
> At this point, my biggest concern is the quality of the
> ElfStreamer, and I haven't done anything to verify the linker. But
> everything seems to "just work", so maybe time to go find bigger fish
> to fry? What do you think? Should we flip the switch?
I'd be in favour of it. All of the gaps I'm aware of (haphazard build
attributes mainly) are
2013 Jan 03
1
[LLVMdev] Does LLVM sign ARM ELFs?
...integrated and GAS
> assembly. It's possible we mis-tag a section or a symbol somehow, but
> hopefully nothing substantial.
>
> Tim.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130103/14e0e700/attachment.html>
2012 Nov 20
3
[LLVMdev] Does LLVM sign ARM ELFs?
> I wouldn't rely on that.
>
> I'm not sure what's your objective
Agreed, thanks Renato. My objectives:
1) Add a patch to enable the integrated assembler by default when
targeting ARM or Thumb with ELF. The patch is very tiny - you
override a virtual method for the toolchain. But you do it in a base
class so a little fragile. It deserves a test.
2) Demonstrate a