Displaying 3 results from an estimated 3 matches for "ramanaiah".
2018 Sep 21
2
[lldb-dev] [LLD] How to get rid of debug info of sections deleted by garbage collector
...gt;> > To: ramana.venkat83 at gmail.com; Cary Coutant
>> > Cc: llvm-dev; LLDB
>> > Subject: Re: [llvm-dev] [lldb-dev] [LLD] How to get rid of debug info of
>> > sections deleted by garbage collector
>> >
>> > On Wed, Sep 19, 2018 at 8:35 PM Venkata Ramanaiah Nalamothu via
>> > lldb-dev <lldb-dev at lists.llvm.org> wrote:
>> > >
>> > > Hi,
>> > >
>> > > After compiling an example.cpp file with "-c -ffunction-sections" and
>> > linking with "--gc-sections" (used l...
2018 Sep 20
2
[LLD] How to get rid of debug info of sections deleted by garbage collector
Hi,
After compiling an example.cpp file with "-c -ffunction-sections" and
linking with "--gc-sections" (used ld.lld), I am still seeing debug info
for the sections deleted by garbage collector in the generated executable.
Are there any compiler/linker options and/or other tools in LLVM to get rid
of the above mentioned unneeded debug info?
If such options does not exist,
2018 Sep 20
2
[lldb-dev] [LLD] How to get rid of debug info of sections deleted by garbage collector
...ev
> Sent: Thursday, September 20, 2018 10:55 AM
> To: ramana.venkat83 at gmail.com; Cary Coutant
> Cc: llvm-dev; LLDB
> Subject: Re: [llvm-dev] [lldb-dev] [LLD] How to get rid of debug info of
> sections deleted by garbage collector
>
> On Wed, Sep 19, 2018 at 8:35 PM Venkata Ramanaiah Nalamothu via
> lldb-dev <lldb-dev at lists.llvm.org> wrote:
> >
> > Hi,
> >
> > After compiling an example.cpp file with "-c -ffunction-sections" and
> linking with "--gc-sections" (used ld.lld), I am still seeing debug info
> for the sect...