llvm-project/lld/MachO
Mehdi Amini 4876ba5b2d Revert "Revert "Revert "Revert "Revert "[lld-macho] Implement -dependency_info (partially - more opcodes needed)"""""
This reverts commit 3c21166a94.
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;
    ~~ ^  ~~~~~~
2021-03-23 00:19:12 +00:00
..
Arch [lld-macho] Check address ranges when applying relocations 2021-03-12 17:26:27 -05:00
CMakeLists.txt [lld-macho] implement options -map 2021-03-18 10:39:19 -04:00
Config.h [lld-macho] implement options -map 2021-03-18 10:39:19 -04:00
Driver.cpp Revert "Revert "Revert "Revert "Revert "[lld-macho] Implement -dependency_info (partially - more opcodes needed)""""" 2021-03-23 00:19:12 +00:00
Driver.h Revert "Revert "Revert "Revert "Revert "[lld-macho] Implement -dependency_info (partially - more opcodes needed)""""" 2021-03-23 00:19:12 +00:00
DriverUtils.cpp Revert "Revert "Revert "Revert "Revert "[lld-macho] Implement -dependency_info (partially - more opcodes needed)""""" 2021-03-23 00:19:12 +00:00
Dwarf.cpp [lld-macho][NFC] add const to pointer/reference induction variables of range-based for loops 2021-03-10 12:07:31 -08:00
Dwarf.h [lld-macho] Emit STABS symbols for debugging, and drop debug sections 2020-12-01 15:05:20 -08:00
ExportTrie.cpp [lld-macho][NFC] add const to pointer/reference induction variables of range-based for loops 2021-03-10 12:07:31 -08:00
ExportTrie.h [lld-macho] Export trie addresses should be relative to the image base 2020-09-20 20:43:15 -07:00
InputFiles.cpp [lld-macho] Check address ranges when applying relocations 2021-03-12 17:26:27 -05:00
InputFiles.h [lld-macho][nfc] Remove `MachO::` prefix where possible 2021-03-11 13:28:08 -05:00
InputSection.cpp [lld-macho][nfc] Refactor subtractor reloc handling 2021-03-11 13:28:13 -05:00
InputSection.h [lld-macho][nfc] Move list of section names into InputSection.h 2021-03-13 17:41:50 -05:00
LTO.cpp [lld-macho][NFC] Drop unnecessary braces around simple if/for bodies 2021-03-16 22:39:39 -07:00
LTO.h [lld-macho] Add very basic support for LTO 2020-11-10 12:19:28 -08:00
MachOStructs.h [lld-macho] Ensure reads from nlist_64 structs are aligned when necessary 2020-06-02 13:19:38 -07:00
MapFile.cpp [lld-macho] implement options -map 2021-03-18 10:39:19 -04:00
MapFile.h [lld-macho] implement options -map 2021-03-18 10:39:19 -04:00
MergedOutputSection.cpp [lld-macho][NFC] Drop unnecessary braces around simple if/for bodies 2021-03-16 22:39:39 -07:00
MergedOutputSection.h [lld-macho] Refactor segment/section creation, sorting, and merging 2020-06-21 17:13:59 -07:00
ObjC.cpp [lld-macho] Implement -ObjC 2020-08-26 19:20:55 -07:00
ObjC.h [lld-macho] Implement -ObjC 2020-08-26 19:20:55 -07:00
Options.td Revert "Revert "Revert "Revert "Revert "[lld-macho] Implement -dependency_info (partially - more opcodes needed)""""" 2021-03-23 00:19:12 +00:00
OutputSection.cpp [lld-macho] Refactor segment/section creation, sorting, and merging 2020-06-21 17:13:59 -07:00
OutputSection.h [lld-macho] Emit indirect symbol table 2020-09-23 19:26:40 -07:00
OutputSegment.cpp [lld-macho][NFC] Drop unnecessary braces around simple if/for bodies 2021-03-16 22:39:39 -07:00
OutputSegment.h [lld-macho] add code signature for native arm64 macOS 2021-02-24 17:05:23 -08:00
Relocations.cpp [lld-macho] Check address ranges when applying relocations 2021-03-12 17:26:27 -05:00
Relocations.h [lld-macho] Check address ranges when applying relocations 2021-03-12 17:26:27 -05:00
SymbolTable.cpp [lld-macho] Define __mh_*_header synthetic symbols. 2021-03-19 14:14:40 -04:00
SymbolTable.h [lld-macho] Define __mh_*_header synthetic symbols. 2021-03-19 14:14:40 -04:00
Symbols.cpp [lld-macho][nfc] Give every SyntheticSection a fake InputSection 2021-03-12 17:26:27 -05:00
Symbols.h [lld-macho] Define __mh_*_header synthetic symbols. 2021-03-19 14:14:40 -04:00
SyntheticSections.cpp [lld-macho][nfc] Fixed typo in comment 2021-03-19 14:19:36 -04:00
SyntheticSections.h [lld-macho] Define __mh_*_header synthetic symbols. 2021-03-19 14:14:40 -04:00
Target.cpp [lld-macho][nfc] Create Relocations.{h,cpp} for relocation-specific code 2021-03-11 13:28:09 -05:00
Target.h [lld-macho][NFC] Minor refactor of Writer::run() 2021-03-17 15:13:43 -07:00
UnwindInfoSection.cpp [lld-macho][NFC] add const to pointer/reference induction variables of range-based for loops 2021-03-10 12:07:31 -08:00
UnwindInfoSection.h [lld-macho] Emit LSDA info in compact unwind 2021-02-08 13:48:00 -05:00
Writer.cpp [lld-macho] Define __mh_*_header synthetic symbols. 2021-03-19 14:14:40 -04:00
Writer.h [lld-macho][NFC] Minor refactor of Writer::run() 2021-03-17 15:13:43 -07:00