[all-commits] [llvm/llvm-project] dcb71c: [MC] Simplify Sec.getFragmentList().insert(Sec.beg...

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Jun 8 15:52:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dcb71c06c7b059e313f22e46bc9c41343a03f1eb
      https://github.com/llvm/llvm-project/commit/dcb71c06c7b059e313f22e46bc9c41343a03f1eb
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-06-08 (Sat, 08 Jun 2024)

  Changed paths:
    M llvm/include/llvm/MC/MCSection.h
    M llvm/lib/MC/MCContext.cpp
    M llvm/lib/MC/MCFragment.cpp

  Log Message:
  -----------
  [MC] Simplify Sec.getFragmentList().insert(Sec.begin(), F). NFC

Decrease the uses of getFragmentList() to make it easier to change the
fragment list representation.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list