[PATCH] D33785: [CodeView] Fix alignment / padding when writing symbol records
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 13:57:38 PDT 2017
rnk added a comment.
I guess I'm saying it seems nice to always write aligned records until we come up with some reason to not write aligned records. Having the flexibility to do either seems good. We definitely have to read the unaligned records.
https://reviews.llvm.org/D33785
More information about the llvm-commits
mailing list