[PATCH] D69041: [yaml2obj][obj2yaml] - Do not create a symbol table by default.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 02:39:27 PDT 2019


MaskRay added a comment.

In D69041#1711707 <https://reviews.llvm.org/D69041#1711707>, @kwk wrote:

> @grimar I don't understand why you created this patch, when I'm working on it already.


@kwk Sorry if you feel your work is commandeered. On D68943 <https://reviews.llvm.org/D68943>, it was me who said

> Nice! Can you post a differential for the yaml2obj change? I believe the differential can focus on lldb and remove yaml2obj changes (kwk will still get credited for the test cleanups).

I skimmed through your yaml2obj changes in D68943 <https://reviews.llvm.org/D68943> and I believed a complete fix needs more work than your change. `check-llvm-tools check-llvm-object` should expose more tests that you missed. George has done tons of work in yaml2obj/obj2yaml in the recent months and he probably knows the code better than anyone else. If you read this patch more carefully, you should notice that your version differs a lot from his version.

Apologies if you feel sad, but as I said you should still get credits for your lldb changes. Why do you abandon D68943 <https://reviews.llvm.org/D68943>? You can still keep the lldb part.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69041/new/

https://reviews.llvm.org/D69041





More information about the llvm-commits mailing list