[all-commits] [llvm/llvm-project] 1d568b: Remove AllTargetsAsmPrinters

Nico Weber via All-commits all-commits at lists.llvm.org
Fri Jan 17 16:24:31 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d568bf9605c05ff088b244d7894ab2d88da9811
      https://github.com/llvm/llvm-project/commit/1d568bf9605c05ff088b244d7894ab2d88da9811
  Author: Nico Weber <thakis at chromium.org>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M llvm/cmake/modules/LLVM-Config.cmake
    M llvm/docs/BuildingADistribution.rst
    M llvm/tools/dsymutil/CMakeLists.txt
    M llvm/tools/llvm-cfi-verify/CMakeLists.txt
    M llvm/tools/llvm-mc-assemble-fuzzer/CMakeLists.txt
    M llvm/tools/llvm-mc-disassemble-fuzzer/CMakeLists.txt
    M llvm/tools/llvm-mc/CMakeLists.txt
    M llvm/tools/llvm-mca/CMakeLists.txt
    M llvm/tools/llvm-ml/CMakeLists.txt
    M llvm/tools/llvm-objdump/CMakeLists.txt
    M llvm/tools/sancov/CMakeLists.txt
    M llvm/unittests/tools/llvm-cfi-verify/CMakeLists.txt

  Log Message:
  -----------
  Remove AllTargetsAsmPrinters

It's been an empty target since r360498 and friends
(`git log --grep='Move InstPrinter files to MCTargetDesc.' llvm/lib/Target`),
but due to hwo the way these targets are structured it was silently
an empty target without anyone noticing.

No behavior change.




More information about the All-commits mailing list