[PATCH] D89357: [llvm] Make obj2yaml and yaml2obj LLVM utilities instead of tools

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 26 01:04:52 PST 2020


jhenderson added subscribers: MaskRay, jhenderson.
jhenderson added a comment.

FWIW, this had an impact on the Visual Studio IDE, as "Tools" and "Utils" are separate solution folders, so yaml2obj and obj2yaml appear in a different location now to where they did before. From a functional point of view, it doesn't really matter (and I agree with your logic), it just caught me off guard when I was looking to build yaml2obj via the UI. Another "Tool" that in my opinion should be a utility is "split-file", but @MaskRay disagreed with me on that one, I think.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89357



More information about the llvm-commits mailing list