[PATCH] D100583: [llvm-objdump] Add an llvm-otool tool
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 16 04:22:26 PDT 2021
thakis added inline comments.
================
Comment at: llvm/tools/llvm-objcopy/CopyConfig.cpp:248
+ return createStringError(
+ errc::invalid_argument,
+ "invalid alignment for --set-section-alignment: '%s'",
----------------
mstorsjo wrote:
> Stray unrelated change?
Oh, yes, will remove.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100583/new/
https://reviews.llvm.org/D100583
More information about the llvm-commits
mailing list