[llvm-dev] [cfe-dev] RFC: CodeView debug info emission in Clang/LLVM

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Sun Nov 1 12:21:37 PST 2015


On Fri, Oct 30, 2015 at 08:25:15PM +0000, Dave Bartolomeo via llvm-dev wrote:
> Yes, we will be publically documenting the CodeView format. We’re in the process of making our internal CodeView documentation fit for public consumption.
> 
> As far as LLD/LLDB goes, we (Microsoft) don’t have any current plans to
> implement the CodeView support in those projects ourselves. However,
> we certainly want to make sure that the code and documentation we
> release to support CodeView within LLVM is sufficient for any other
> interested member of the community to implement that support.

It would be useful to have a good set of test cases next to the
documentation, especially if they cover all parts of the specification.
That makes it easier for others (e.g. lldb, lldb) to get basic
interoperability testing in shape.

Joerg


More information about the llvm-dev mailing list