[lld] [LLD] [COFF] Fix handling of comdat .drectve sections (PR #68116)

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 3 09:44:20 PDT 2023


https://github.com/rnk commented:

Seems reasonable.

I take it that we already parse all .drective sections and interpret them as flags, even if they are comdat? Certainly we have to parse the flags before we do comdat resolution.

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


More information about the llvm-commits mailing list