[PATCH] D39207: [llvm-objcopy] Add support for dwarf fission
Jake Ehrlich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 3 11:36:59 PDT 2017
jakehehrlich added a comment.
It would appear some kind stranger made some sweeping improvements to the code base that caused conflicts with the code I wrote. I never added those 'static' clauses (but they're good) and I never used the "using" keyword (but I support it). See here: https://reviews.llvm.org/rL317123
I'll make sure those improvements are kept.
Repository:
rL LLVM
https://reviews.llvm.org/D39207
More information about the llvm-commits
mailing list