[PATCH] D14961: LLVM CodeView library
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 17:17:55 PST 2015
rnk accepted this revision.
rnk added a reviewer: rnk.
rnk added a comment.
This revision is now accepted and ready to land.
I think we should go ahead and commit this and iterate on the outstanding issues.
Things I'd like to do in the near future:
- Doxygen comments
- Tests
- An in tree user that actually generates type info :)
- Re-layer the lib/DebugInfo/PDB library on CodeView. Currently they have significant duplication.
http://reviews.llvm.org/D14961
More information about the llvm-commits
mailing list