[llvm] r358405 - [llvm-objdump] Align instructions to a tab stop in disassembly output

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 12:25:37 PDT 2019


On Mon, 15 Apr 2019 at 14:30, Fangrui Song via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> +# RUN: llvm-objdump -d -print-imm-hex %t | sed 'y/\t/ /' | FileCheck -strict-whitespace %s

This sed command looks like it relies on GNU specific features. Could
you fix it or revert please?

Tim.


More information about the llvm-commits mailing list