[PATCH] D136972: [llvm-objdump] Set --print-imm-hex by default.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 13:22:25 PDT 2022
MaskRay added inline comments.
================
Comment at: lld/test/COFF/armnt-blx23t.test:4
# RUN: yaml2obj %s -o %t.obj
-# RUN: llvm-objdump -d %t.obj | FileCheck %s --check-prefix BEFORE
+# RUN: llvm-objdump -d --no-print-imm-hex %t.obj | \
+# RUN: FileCheck %s --check-prefix BEFORE
----------------
Don't wrap lines. For tests we don't stick with the 80-column rule.
If someone decides to fix the tests, they will need to join the lines.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136972/new/
https://reviews.llvm.org/D136972
More information about the llvm-commits
mailing list