[PATCH] D149095: [llvm-objdump] Support CHPE code ranges in disassembler.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 11:42:22 PDT 2023


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/COFF/arm64ec.yaml:143
+# RUN: not llvm-objdump -d %t-invalid 2>&1 | FileCheck --check-prefixes=ERR %s
+# ERR: {{.*}}llvm-objdump{{.*}}: error: {{.*}}: RVA 0x6000 for CHPE code map not found
+
----------------
When testing warning/error, we generally start with `error:` and omit the part before it.

`FileCheck --check-prefixes=ERR %s -DFILE=%t-invalid`


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

https://reviews.llvm.org/D149095



More information about the llvm-commits mailing list