llvm/lld/MachO
Alex Richardson 90344499ae [lld-macho] Fix BUILD_SHARED_LIBS build
ca6751043d added a dependency on XAR (at
least for the shared libs build), so without this change we get the
following linker error:

Undefined symbols for architecture x86_64:
  "_xar_close", referenced from:
      lld::macho::BitcodeBundleSection::finalize() in SyntheticSections.cpp.o

Reviewed By: #lld-macho, int3, thakis

Differential Revision: https://reviews.llvm.org/D100999
2021-06-03 19:58:43 +01:00
..
Arch [lld-macho] Implement branch-range-extension thunks 2021-05-12 09:44:58 -07:00
CMakeLists.txt [lld-macho] Fix BUILD_SHARED_LIBS build 2021-06-03 19:58:43 +01:00
ConcatOutputSection.cpp [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
ConcatOutputSection.h [lld-macho][nfc] Rename MergedOutputSection to ConcatOutputSection 2021-05-25 14:58:29 -04:00
Config.h [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
Driver.cpp [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
Driver.h [lld-macho][nfc] Remove unnecessary use of Optional<T*> 2021-06-01 18:35:31 -04:00
DriverUtils.cpp [lld-macho] Parse re-exports of nested TAPI documents 2021-06-03 12:02:30 -04:00
Dwarf.cpp [lld-macho][NFC] define more strings in section_names:: and segment_names:: 2021-04-27 17:48:45 -07:00
Dwarf.h
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
InputFiles.cpp [lld-macho] Parse re-exports of nested TAPI documents 2021-06-03 12:02:30 -04:00
InputFiles.h [lld-macho] Parse re-exports of nested TAPI documents 2021-06-03 12:02:30 -04:00
InputSection.cpp [lld][MachO] Adjust isCodeSection signature 2021-05-17 22:09:47 -07:00
InputSection.h [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
LTO.cpp [lld-macho][nfc] Add accessors for commonly-used PlatformInfo fields 2021-04-21 15:43:56 -04:00
LTO.h
MachOStructs.h [lld-macho] Add support for arm64_32 2021-04-15 21:16:33 -04:00
MapFile.cpp [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
MapFile.h [lld-macho] implement options -map 2021-03-18 10:39:19 -04:00
MarkLive.cpp [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
MarkLive.h [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
ObjC.cpp [lld-macho] De-templatize mach_header operations 2021-05-03 18:31:23 -04:00
ObjC.h
Options.td [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
OutputSection.cpp
OutputSection.h [lld-macho][nfc] Sort OutputSections based on explicit order of command-line inputs 2021-05-25 14:58:29 -04:00
OutputSegment.cpp [lld-macho][nfc] Remove unnecessary parameterization of section sort 2021-05-25 14:58:30 -04:00
OutputSegment.h [lld] Add missing includes (NFC) 2021-06-03 18:55:18 +02:00
Relocations.cpp [lld-macho][nfc] Remove DYSYM8 reloc attribute 2021-04-09 19:48:08 -04:00
Relocations.h [lld-macho] Add 32-bit compact unwind support 2021-04-15 21:16:33 -04:00
Symbols.cpp [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
Symbols.h [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
SymbolTable.cpp [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
SymbolTable.h [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
SyntheticSections.cpp [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
SyntheticSections.h [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -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] Implement branch-range-extension thunks 2021-05-12 09:44:58 -07:00
UnwindInfoSection.cpp [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
UnwindInfoSection.h [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
Writer.cpp [lld/mac] Implement -dead_strip 2021-06-02 11:09:26 -04:00
Writer.h [lld-macho] De-templatize mach_header operations 2021-05-03 18:31:23 -04:00