[PATCH] D113825: [llvm-readobj][XCOFF] dump auxiliary symbols.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 12 03:55:17 PST 2022


jhenderson added inline comments.


================
Comment at: llvm/test/tools/llvm-readobj/XCOFF/symbols-invalid.test:6
+
+# CASE1: llvm-readobj: warning: '[[FILE]]': the non-function C_EXT symbol at index 1 should have only 1 auxiliary entry, i.e. the CSECT auxiliary entry
+
----------------
The problem is a missing `{{(.exe)?}}` after the tool name. Usually, we don't include tool names in the check, and just check from "warning:" onwards.

Applies throughout this test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113825



More information about the llvm-commits mailing list