[PATCH] D60376: [llvm-objdump] Align instructions to a tab stop in disassembly output

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 18:56:11 PDT 2019


MaskRay added a comment.

In D60376#1467572 <https://reviews.llvm.org/D60376#1467572>, @arphaman wrote:

> Reverted in r358459


@phosek @arphaman

> sed: 1: "y/\t/ /": transform strings are not the same length

This error message was probably due to `# RUN: llvm-objdump -d -print-imm-hex %t | sed 'y/\t/ /' | FileCheck -strict-whitespace %s`. I don't have a Mac OS X, do you know if I can use the `tr` utility? I chose `sed` because `tr` is not listed at https://llvm.org/docs/GettingStarted.html#software


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60376





More information about the llvm-commits mailing list