[all-commits] [llvm/llvm-project] 993256: [COFF] Move per-global .drective emission from Asm...

Reid Kleckner via All-commits all-commits at lists.llvm.org
Fri Sep 18 14:31:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9932561b4892b6e9bbb0c2369272dfff2305fdb9
      https://github.com/llvm/llvm-project/commit/9932561b4892b6e9bbb0c2369272dfff2305fdb9
  Author: Reid Kleckner <rnk at google.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/Target/TargetLoweringObjectFile.h
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/test/CodeGen/ARM/global-merge-dllexport.ll
    M llvm/test/CodeGen/X86/dllexport-x86_64.ll
    M llvm/test/CodeGen/X86/dllexport.ll

  Log Message:
  -----------
  [COFF] Move per-global .drective emission from AsmPrinter to TLOFCOFF

This changes the order of output sections and the output assembly, but
is otherwise NFC.

It simplifies the TLOF interface by removing two COFF-only methods.




More information about the All-commits mailing list