search for: 781d8d44

Displaying 2 results from an estimated 2 matches for "781d8d44".

2018 Mar 21
0
CodeView layering
...inaryFormat? > > I'm open to ideas & happy to do the work, or help in any way that might be > useful. > > Thanks, > - Dave > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180321/781d8d44/attachment.html>
2018 Mar 21
4
CodeView layering
I'm looking at fixing some layering violations in LLVM & came across a few in the CodeView handling, specifically: lib/MC/MCCodeView includes several llvm/DebugInfo/CodeView headers I guess MC could be made dependent on DebugInfoCodeView? But probably these things should be sunk into BinaryFormat as is the case for DWARF features used by MC? include/llvm/Object/COFF.h includes