[PATCH] D98559: [lld-macho] Implement -dependency_info (partially - more opcodes needed)
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 22 17:20:13 PDT 2021
mehdi_amini added a comment.
Reverted in 4876ba5b2d6a <https://reviews.llvm.org/rG4876ba5b2d6a1264ec73e5cf3fcad083f6927d19> : the build is broken:
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;
~~ ^ ~~~~~~
https://buildkite.com/mlir/mlir-core/builds/12456#920bd17a-4c37-435c-b91d-aca1cc15400b
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98559/new/
https://reviews.llvm.org/D98559
More information about the llvm-commits
mailing list