[all-commits] [llvm/llvm-project] 35cb9b: LowLevelTypeImpl.h - fix implicit Debug.h dependen...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Jun 23 01:48:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 35cb9b323eec394baa86f72e1f83c44b92292e83
      https://github.com/llvm/llvm-project/commit/35cb9b323eec394baa86f72e1f83c44b92292e83
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M llvm/include/llvm/Support/LowLevelTypeImpl.h

  Log Message:
  -----------
  LowLevelTypeImpl.h - fix implicit Debug.h dependency. NFC.

LowLevelType was depending on other headers (notably WithColor.h) to define dbgs().


  Commit: 0acd22b8fb31cc7d1d38a103d881304964df537f
      https://github.com/llvm/llvm-project/commit/0acd22b8fb31cc7d1d38a103d881304964df537f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp

  Log Message:
  -----------
  StatepointLowering.cpp - fix implicit CommandLine.h dependency. NFC.

StatepointLowering defines a cl::opt but don't include CommandLine.h.


  Commit: 7a55d984971c11daa55e9423934f98bdc9c04f2f
      https://github.com/llvm/llvm-project/commit/7a55d984971c11daa55e9423934f98bdc9c04f2f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M llvm/lib/IR/ProfileSummary.cpp

  Log Message:
  -----------
  ProfileSummary.cpp - fix implicit Format.h dependency. NFC.

ProfileSummary was depending on other headers (notably WithColor.h) to define format().


Compare: https://github.com/llvm/llvm-project/compare/f36f8b41beb9...7a55d984971c


More information about the All-commits mailing list