[all-commits] [llvm/llvm-project] cd0a36: CodeViewDebug.cpp - remove duplicate includes that...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Jul 22 11:25:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cd0a36bbda1f4765b7ec06a2c21400dacab49f57
      https://github.com/llvm/llvm-project/commit/cd0a36bbda1f4765b7ec06a2c21400dacab49f57
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp

  Log Message:
  -----------
  CodeViewDebug.cpp - remove duplicate includes that already exist in CodeViewDebug.h. NFC.


  Commit: 1c060aa988452508fcfc65357f4a6467f3f88cc1
      https://github.com/llvm/llvm-project/commit/1c060aa988452508fcfc65357f4a6467f3f88cc1
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h

  Log Message:
  -----------
  DwarfCompileUnit.cpp - remove duplicate includes that already exist in DwarfCompileUnit.h. NFC.

Also remove DIE.h include from DwarfCompileUnit.h and replace with forward declarations.


Compare: https://github.com/llvm/llvm-project/compare/afa1afd4108d...1c060aa98845


More information about the All-commits mailing list