[all-commits] [llvm/llvm-project] 4876ba: Revert "Revert "Revert "Revert "Revert "[lld-macho...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Mon Mar 22 17:19:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4876ba5b2d6a1264ec73e5cf3fcad083f6927d19
      https://github.com/llvm/llvm-project/commit/4876ba5b2d6a1264ec73e5cf3fcad083f6927d19
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M lld/MachO/Driver.cpp
    M lld/MachO/Driver.h
    M lld/MachO/DriverUtils.cpp
    M lld/MachO/Options.td
    R lld/test/MachO/Inputs/DependencyDump.py
    R lld/test/MachO/dependency-info.s

  Log Message:
  -----------
  Revert "Revert "Revert "Revert "Revert "[lld-macho] Implement -dependency_info (partially - more opcodes needed)"""""

This reverts commit 3c21166a94ea02b946e9eea75c5e9bdfa8c43ae6.
The build is broken (clang-8 host compiler):

lld/MachO/DriverUtils.cpp:271:8: error: use of overloaded operator '<<' is ambiguous (with operand types 'llvm::raw_fd_ostream' and 'lld::macho::DependencyTracker::DepOpCode')
    os << opcode;
    ~~ ^  ~~~~~~




More information about the All-commits mailing list