[llvm] [llvm-strip] Remove empty SHT_GROUP sections. (PR #97141)
Dmitriy Chestnykh via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 4 02:53:26 PDT 2024
================
@@ -2206,8 +2206,15 @@ Error Object::removeSections(
// Transfer removed sections into the Object RemovedSections container for use
// later.
std::move(Iter, Sections.end(), std::back_inserter(RemovedSections));
- // Now finally get rid of them all together.
+ // Now get rid of them all together.
----------------
chestnykh wrote:
done
https://github.com/llvm/llvm-project/pull/97141
More information about the llvm-commits
mailing list