Displaying 2 results from an estimated 2 matches for "c777a64d".
2013 Nov 19
0
[LLVMdev] Adding line table debug information to LLVM on Windows
On Tue, Nov 19, 2013 at 10:42 AM, Timur Iskhodzhanov <timurrrr at google.com>wrote:
>
> 2013/11/19 Reid Kleckner <rnk at google.com>:
> > I'd just use /Z7, since that's the cl.exe flag for the compatible format.
> > This will need a long-form clang -cc1 flag name, though.
>
> Z7 implies a much more complete debug info than what we'll emit short-term.
2013 Nov 19
6
[LLVMdev] Adding line table debug information to LLVM on Windows
Attached is a slightly updated patch.
(it doesn't include D2222 yet).
2013/11/19 Eric Christopher <echristo at gmail.com>:
> In general I do think we're going to need to abstract it out as much
> as possible. I'm not sure what the previous patch looks like, but
> abstracting the interface out would be general goodness for this. We
> can talk about designs for that as