search for: ef1844b6

Displaying 2 results from an estimated 2 matches for "ef1844b6".

2013 Nov 19
0
[LLVMdev] Adding line table debug information to LLVM on Windows
...thinking is that it works well with /fallback. We'll make Z7-style debug info, and for TUs compiled with cl.exe, we'll get the same style info. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131119/ef1844b6/attachment.html>
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