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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 13:50:18 PDT 2022


MaskRay added a comment.

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.


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