[PATCH] D158004: llvm-nm ignore the Import symbol file for the --export-symbol option.
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 18 13:26:51 PDT 2023
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/tools/llvm-nm/llvm-nm.cpp:2265
+ //Ignore AIX linker import files (these files start with "#!"), when exporting symbols.
+ const char *BuffStart = (*BufferOrErr)->getBufferStart();
----------------
Minor nit: Wrap at 80 columns.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158004/new/
https://reviews.llvm.org/D158004
More information about the llvm-commits
mailing list