Displaying 3 results from an estimated 3 matches for "01f7a2dd".
2011 Nov 09
2
[LLVMdev] .debug_info section size in arm executable
Dear all
I'd wonder why executable's debug information size is bigger than gcc dwarf debug info.
When I compiled ARM hello world code with -g option, the arm based assembly and executable files are bigger than gcc results significiantly.(apx. 3x)
(source file size was only 3KB)
I think that both clang and gcc use same dwarf format ver2 for debugging. But I don't know why the clang
2011 Nov 09
0
[LLVMdev] .debug_info section size in arm executable
Seung-yeon Choe wrote:
> Dear all
>
> I'd wonder why executable's debug information size is bigger than gcc dwarf debug info.
>
> When I compiled ARM hello world code with -g option, the arm based assembly and executable files are bigger than gcc results significiantly.(apx. 3x)
> (source file size was only 3KB)
>
> I think that both clang and gcc use same dwarf
2011 Nov 09
3
[LLVMdev] .debug_info section size in arm executable
..., for enums clang will emit the names for all of the enum
> cases. GCC only emits the ones that are used.
Is this a clang bug, or a feature?
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111109/01f7a2dd/attachment.html>