[all-commits] [llvm/llvm-project] ee142c: [llvm-objcopy] Make --set-section-flags work with ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Nov 4 09:39:33 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ee142c4988f491f3eef0f28739e6e99867912731
https://github.com/llvm/llvm-project/commit/ee142c4988f491f3eef0f28739e6e99867912731
Author: Fangrui Song <i at maskray.me>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
A llvm/test/tools/llvm-objcopy/ELF/add-section-and-set-flags.test
M llvm/test/tools/llvm-objcopy/ELF/add-symbol-new-symtab.test
M llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp
Log Message:
-----------
[llvm-objcopy] Make --set-section-flags work with --add-section
This matches behavior GNU objcopy and can simplify clang-offload-bundler
(which currently works around the issue by invoking llvm-objcopy twice).
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D90438
More information about the All-commits
mailing list