[PATCH] D70112: [llvm-readobj] - Improve dumping of the SHT_LLVM_LINKER_OPTIONS sections.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 10:09:48 PST 2019
MaskRay added inline comments.
================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:6023
+ if (Content.empty())
+ return;
----------------
Should this be `continue`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70112/new/
https://reviews.llvm.org/D70112
More information about the llvm-commits
mailing list