[PATCH] D132494: [AIX] llvm-nm support environment "OBJECT_MODE" for option -X on AIX OS
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 14 00:55:55 PDT 2022
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
LGTM, with one nit.
================
Comment at: llvm/test/tools/llvm-nm/option-X-Non-AIX.test:14
+
+## Test that the environment variable "OBJECT_MODE" is ignored on non-AIX OS.
+# RUN: env OBJECT_MODE=32 llvm-nm --format=just-symbols %t_elf32.o %t_elf64.o | \
----------------
Nit: this line has a trailing space. Please delete it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132494/new/
https://reviews.llvm.org/D132494
More information about the llvm-commits
mailing list