[lld] [llvm] [lld-macho] Implement ObjC category merging (-objc_category_merging) (PR #82928)

Kyungwoo Lee via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 8 00:52:01 PST 2024


================
@@ -1695,7 +1695,8 @@ void CStringSection::finalizeContents() {
 void DeduplicatedCStringSection::finalizeContents() {
   // Find the largest alignment required for each string.
   for (const CStringInputSection *isec : inputs) {
-    for (const auto &[i, piece] : llvm::enumerate(isec->pieces)) {
----------------
kyulee-com wrote:

What's the reason to change this line?

https://github.com/llvm/llvm-project/pull/82928


More information about the llvm-commits mailing list