[all-commits] [llvm/llvm-project] 90c956: X86TargetObjectFile.h - remove unnecessary TargetL...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Apr 23 09:46:09 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 90c956318b3cd6aeff1bfed2ecd44bfe428e6c7e
      https://github.com/llvm/llvm-project/commit/90c956318b3cd6aeff1bfed2ecd44bfe428e6c7e
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86TargetObjectFile.h

  Log Message:
  -----------
  X86TargetObjectFile.h - remove unnecessary TargetLoweringObjectFile.h include. NFC.
We already include TargetLoweringObjectFileImpl.h which includes it and we only use its types as part of TargetLoweringObjectFile* overridden methods.


  Commit: c741dfe325d7d23e91461df86ff1b54c9b0dc047
      https://github.com/llvm/llvm-project/commit/c741dfe325d7d23e91461df86ff1b54c9b0dc047
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
    M llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h

  Log Message:
  -----------
  X86MCTargetDesc.h - replace FormattedStream.h include with forward declaration. NFC.


Compare: https://github.com/llvm/llvm-project/compare/210616bd38d5...c741dfe325d7


More information about the All-commits mailing list