[PATCH] D131713: [llvm][CMake] Move `yaml2obj`, `obj2yaml` and `split-file` from tools to utils

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 14:59:29 PDT 2022


thakis added a comment.

In D131713#3717347 <https://reviews.llvm.org/D131713#3717347>, @MaskRay wrote:

> split-file seems to fit utils/ well. It is small and self-contained. utils mostly just uses LLVMSupport.
>
> yaml2obj and obj2yaml, on the other hand, use the higher level LLVMObjectYAML/DebugInfoDWARF/etc. And they are now a bit similar to other binary utilities like llvm-readelf.

+1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131713



More information about the llvm-commits mailing list