[all-commits] [llvm/llvm-project] 95fa5c: [X86] Move the function getOrCreateBoundaryAlignFr...

KanRobert via All-commits all-commits at lists.llvm.org
Fri Feb 28 23:12:25 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 95fa5c4f24fa3a1c794f770a92d7561e8012ebb2
      https://github.com/llvm/llvm-project/commit/95fa5c4f24fa3a1c794f770a92d7561e8012ebb2
  Author: Shengchen Kan <shengchen.kan at intel.com>
  Date:   2020-02-29 (Sat, 29 Feb 2020)

  Changed paths:
    M llvm/include/llvm/MC/MCFragment.h
    M llvm/include/llvm/MC/MCObjectStreamer.h
    M llvm/lib/MC/MCObjectStreamer.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp

  Log Message:
  -----------
  [X86] Move the function getOrCreateBoundaryAlignFragment

MCObjectStreamer is more suitable to create fragments than
X86AsmBackend, for example, the function getOrCreateDataFragment is
defined in MCObjectStreamer.

Differential Revision: https://reviews.llvm.org/D75351




More information about the All-commits mailing list