search for: wincodeviewlinet

Displaying 16 results from an estimated 16 matches for "wincodeviewlinet".

2013 Nov 14
2
[LLVMdev] Adding line table debug information to LLVM on Windows
...t" as the clang-cl flag name? ("minimal line tables") 2) Am I right that DWARF is pretty much the only debug info format supported by LLVM/AsmPrinter right now? Do we want to take an effort to come up with a generic debuginfogenerator interface to share between DwarfDebug and WinCodeViewLineTables? Then AsmPrinter should just hold a SmallVector<DebugInfoEmitter*> rather than a pair of DD/DE pointers. 3) How would you suggest to write WinCodeViewLineTables tests given that dumpbin is not available everywhere except Windows? // Yeah, I should have looked at the DwarfDebug L...
2013 Nov 15
0
[LLVMdev] Adding line table debug information to LLVM on Windows
...flag name? ("minimal line tables") > > 2) Am I right that DWARF is pretty much the only debug info format > supported by LLVM/AsmPrinter right now? Do we want to take > an effort to come up with a generic debuginfogenerator interface > to share between DwarfDebug and WinCodeViewLineTables? > Then AsmPrinter should just hold a SmallVector<DebugInfoEmitter*> > rather than a pair of DD/DE pointers. > > 3) How would you suggest to write WinCodeViewLineTables tests > given that dumpbin is not available everywhere except Windows? > // Yeah, I should ha...
2013 Nov 15
2
[LLVMdev] Adding line table debug information to LLVM on Windows
...line tables") > > > > 2) Am I right that DWARF is pretty much the only debug info format > > supported by LLVM/AsmPrinter right now? Do we want to take > > an effort to come up with a generic debuginfogenerator interface > > to share between DwarfDebug and WinCodeViewLineTables? > > Then AsmPrinter should just hold a SmallVector<DebugInfoEmitter*> > > rather than a pair of DD/DE pointers. > > > > 3) How would you suggest to write WinCodeViewLineTables tests > > given that dumpbin is not available everywhere except Windows? &g...
2014 Sep 15
2
[LLVMdev] codeview debug info in Visual Studio
On Mon, Sep 15, 2014 at 10:11 AM, Carlo Kok <ck at remobjects.com> wrote: > > I think I have VS2010 somewhere yes. Any hints on where to find this > problem so I can try to solve it myself? > Sure, llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140915/660572f1/attachment.html>
2013 Nov 18
2
[LLVMdev] Adding line table debug information to LLVM on Windows
...>> > >> > 2) Am I right that DWARF is pretty much the only debug info format >> > supported by LLVM/AsmPrinter right now? Do we want to take >> > an effort to come up with a generic debuginfogenerator interface >> > to share between DwarfDebug and WinCodeViewLineTables? >> > Then AsmPrinter should just hold a SmallVector<DebugInfoEmitter*> >> > rather than a pair of DD/DE pointers. >> > >> > 3) How would you suggest to write WinCodeViewLineTables tests >> > given that dumpbin is not available everywher...
2013 Dec 03
2
[LLVMdev] Adding line table debug information to LLVM on Windows
...t;>>> > supported by LLVM/AsmPrinter right now? Do we want to take >> >>>>>> > an effort to come up with a generic debuginfogenerator >> >>>>>> > interface >> >>>>>> > to share between DwarfDebug and WinCodeViewLineTables? >> >>>>>> > Then AsmPrinter should just hold a >> >>>>>> > SmallVector<DebugInfoEmitter*> >> >>>>>> > rather than a pair of DD/DE pointers. >> >>>>>> > >> >>>&g...
2013 Nov 19
0
[LLVMdev] Adding line table debug information to LLVM on Windows
...t;>> > 2) Am I right that DWARF is pretty much the only debug info format >>> > supported by LLVM/AsmPrinter right now? Do we want to take >>> > an effort to come up with a generic debuginfogenerator interface >>> > to share between DwarfDebug and WinCodeViewLineTables? >>> > Then AsmPrinter should just hold a SmallVector<DebugInfoEmitter*> >>> > rather than a pair of DD/DE pointers. >>> > >>> > 3) How would you suggest to write WinCodeViewLineTables tests >>> > given that dumpbin is not...
2013 Dec 03
0
[LLVMdev] Adding line table debug information to LLVM on Windows
...> supported by LLVM/AsmPrinter right now? Do we want to take > >> >>>>>> > an effort to come up with a generic debuginfogenerator > >> >>>>>> > interface > >> >>>>>> > to share between DwarfDebug and WinCodeViewLineTables? > >> >>>>>> > Then AsmPrinter should just hold a > >> >>>>>> > SmallVector<DebugInfoEmitter*> > >> >>>>>> > rather than a pair of DD/DE pointers. > >> >>>>>> > &gt...
2013 Dec 03
1
[LLVMdev] Adding line table debug information to LLVM on Windows
...rted by LLVM/AsmPrinter right now? Do we want to take >> >> >>>>>> > an effort to come up with a generic debuginfogenerator >> >> >>>>>> > interface >> >> >>>>>> > to share between DwarfDebug and WinCodeViewLineTables? >> >> >>>>>> > Then AsmPrinter should just hold a >> >> >>>>>> > SmallVector<DebugInfoEmitter*> >> >> >>>>>> > rather than a pair of DD/DE pointers. >> >> >>>>&...
2013 Nov 20
2
[LLVMdev] Adding line table debug information to LLVM on Windows
...WARF is pretty much the only debug info format >>>>>> > supported by LLVM/AsmPrinter right now? Do we want to take >>>>>> > an effort to come up with a generic debuginfogenerator interface >>>>>> > to share between DwarfDebug and WinCodeViewLineTables? >>>>>> > Then AsmPrinter should just hold a SmallVector<DebugInfoEmitter*> >>>>>> > rather than a pair of DD/DE pointers. >>>>>> > >>>>>> > 3) How would you suggest to write WinCodeViewLineTables tes...
2013 Dec 03
0
[LLVMdev] Adding line table debug information to LLVM on Windows
...much the only debug info format > >>>>>> > supported by LLVM/AsmPrinter right now? Do we want to take > >>>>>> > an effort to come up with a generic debuginfogenerator interface > >>>>>> > to share between DwarfDebug and WinCodeViewLineTables? > >>>>>> > Then AsmPrinter should just hold a > SmallVector<DebugInfoEmitter*> > >>>>>> > rather than a pair of DD/DE pointers. > >>>>>> > > >>>>>> > 3) How would you suggest to write...
2013 Nov 19
6
[LLVMdev] Adding line table debug information to LLVM on Windows
...gt; 2) Am I right that DWARF is pretty much the only debug info format >>>> > supported by LLVM/AsmPrinter right now? Do we want to take >>>> > an effort to come up with a generic debuginfogenerator interface >>>> > to share between DwarfDebug and WinCodeViewLineTables? >>>> > Then AsmPrinter should just hold a SmallVector<DebugInfoEmitter*> >>>> > rather than a pair of DD/DE pointers. >>>> > >>>> > 3) How would you suggest to write WinCodeViewLineTables tests >>>> > given...
2013 Nov 20
0
[LLVMdev] Adding line table debug information to LLVM on Windows
...right that DWARF is pretty much the only debug info format >>>>> > supported by LLVM/AsmPrinter right now? Do we want to take >>>>> > an effort to come up with a generic debuginfogenerator interface >>>>> > to share between DwarfDebug and WinCodeViewLineTables? >>>>> > Then AsmPrinter should just hold a SmallVector<DebugInfoEmitter*> >>>>> > rather than a pair of DD/DE pointers. >>>>> > >>>>> > 3) How would you suggest to write WinCodeViewLineTables tests >>>&...
2014 Sep 15
2
[LLVMdev] codeview debug info in Visual Studio
Hi Carlo, Do you have VS2010 handy? It should read the DI fine. Unfortunately, VS2013 is not able to use the debug info we generate. It is on my plans to investigate and fix the generator, but I didn't have enough free cycles recently. -- Tim 2014-09-15 20:30 GMT+04:00 Reid Kleckner <rnk at google.com>: > +Timur > > Hm, this didn't work out of the box for me. > >
2013 Nov 20
0
[LLVMdev] unsubscribe
...>> > >> > 2) Am I right that DWARF is pretty much the only debug info format >> > supported by LLVM/AsmPrinter right now? Do we want to take >> > an effort to come up with a generic debuginfogenerator interface >> > to share between DwarfDebug and WinCodeViewLineTables? >> > Then AsmPrinter should just hold a SmallVector<DebugInfoEmitter*> >> > rather than a pair of DD/DE pointers. >> > >> > 3) How would you suggest to write WinCodeViewLineTables tests >> > given that dumpbin is not available everywher...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...+Asserts build llvm[4]: Compiling X86AsmParser.cpp for Release+Asserts build llvm[3]: Compiling OcamlGCPrinter.cpp for Release+Asserts build llvm[3]: Compiling InstCombineShifts.cpp for Release+Asserts build llvm[3]: Compiling PartiallyInlineLibCalls.cpp for Release+Asserts build llvm[3]: Compiling WinCodeViewLineTables.cpp for Release+Asserts build llvm[3]: Compiling PlaceSafepoints.cpp for Release+Asserts build llvm[3]: Compiling InstCombineSimplifyDemanded.cpp for Release+Asserts build llvm[3]: Compiling WinException.cpp for Release+Asserts build llvm[4]: Building Release+Asserts Archive Library libLLVMX86...