[llvm-branch-commits] [llvm] [NFCI] Avoid adding duplicated SpecialCaseList::Sections. (PR #140821)
Qinkun Bao via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu May 22 14:02:03 PDT 2025
qinkunbao wrote:
Discussed with @vitalybuka offline. It turns out that Section name can be a regular expression so the order of Section needs to be tacked (with a vector).
https://github.com/llvm/llvm-project/pull/140821
More information about the llvm-branch-commits
mailing list