[PATCH] D135488: [codegen][WIP] Display stack layouts in console

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 22:53:01 PDT 2022


phosek added a comment.

This is just a nit, but I'd avoid extra formatting such as using `|` for separators and instead use just spaces and alignment akin to https://github.com/ClangBuiltLinux/frame-larger-than (or `llvm-readelf`) since that output tends to be easier to parse with tools like `cut` in my experience.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135488



More information about the llvm-commits mailing list