[all-commits] [llvm/llvm-project] 3c2116: Revert "Revert "Revert "Revert "[lld-macho] Implem...

Vy Nguyen via All-commits all-commits at lists.llvm.org
Mon Mar 22 16:35:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c21166a94ea02b946e9eea75c5e9bdfa8c43ae6
      https://github.com/llvm/llvm-project/commit/3c21166a94ea02b946e9eea75c5e9bdfa8c43ae6
  Author: Vy Nguyen <vyng at google.com>
  Date:   2021-03-22 (Mon, 22 Mar 2021)

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

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

This reverts commit 9670d2e4af4c996098089e31b03ca138bc8d27e9.

Second attemp to reland D98559. New changes:
 - inline functions removed from cpp file.
 - updated tests to use CHECK-DAG instead of CHECK-NEXT
 - fixed ambiguous "<<" operator by switching `char` to uint8_t




More information about the All-commits mailing list