hanchenye-llvm-project/lld/MachO
Nico Weber 11b7625833 [lld/mac] Implement basic typo correction for flags
Also use "unknown flag 'flag'" instead of "unknown flag: flag" for
consistency with the other ports.

Differential Revision: https://reviews.llvm.org/D91970
2020-11-24 11:33:39 -05:00
..
Arch [lld-macho] Allow the entry symbol to be dynamically bound 2020-09-25 11:28:33 -07:00
CMakeLists.txt [lld-macho] Add very basic support for LTO 2020-11-10 12:19:28 -08:00
Config.h clang+lld: Improve clang+ld.darwinnew.lld interaction, pass -demangle 2020-11-24 08:51:58 -05:00
Driver.cpp clang+lld: Improve clang+ld.darwinnew.lld interaction, pass -demangle 2020-11-24 08:51:58 -05:00
Driver.h lld/MachO: Move MachOOptTable to DriverUtils.cpp, remove DriverUtils.h 2020-11-18 12:33:15 -05:00
DriverUtils.cpp [lld/mac] Implement basic typo correction for flags 2020-11-24 11:33:39 -05:00
ExportTrie.cpp [lld-macho] Support absolute symbols 2020-09-25 11:28:35 -07: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: Move MachOOptTable to DriverUtils.cpp, remove DriverUtils.h 2020-11-18 12:33:15 -05:00
InputFiles.h [lld-macho] Add very basic support for LTO 2020-11-10 12:19:28 -08:00
InputSection.cpp [lld-macho] In the context of relocs, s/target/referent/ for sections & symbols 2020-09-22 20:31:01 -07:00
InputSection.h [lld-macho] In the context of relocs, s/target/referent/ for sections & symbols 2020-09-22 20:31:01 -07:00
LTO.cpp [lld-macho] Add very basic support for LTO 2020-11-10 12:19:28 -08:00
LTO.h [lld-macho] Add very basic support for LTO 2020-11-10 12:19:28 -08:00
MachOStructs.h
MergedOutputSection.cpp
MergedOutputSection.h
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 clang+lld: Improve clang+ld.darwinnew.lld interaction, pass -demangle 2020-11-24 08:51:58 -05:00
OutputSection.cpp
OutputSection.h [lld-macho] Emit indirect symbol table 2020-09-23 19:26:40 -07:00
OutputSegment.cpp [lld-macho][easy] Fix segment max protection 2020-11-10 12:19:28 -08:00
OutputSegment.h [lld-macho] create __TEXT,__unwind_info from __LD,__compact_unwind 2020-09-18 22:01:03 -07:00
SymbolTable.cpp [Mach0] Fix unused-variable warnings 2020-11-19 10:51:15 +01:00
SymbolTable.h [lld-macho][re-land] Initial support for common symbols 2020-09-24 15:00:20 -07:00
Symbols.cpp clang+lld: Improve clang+ld.darwinnew.lld interaction, pass -demangle 2020-11-24 08:51:58 -05:00
Symbols.h [lld-macho] Support absolute symbols 2020-09-25 11:28:35 -07:00
SyntheticSections.cpp [lld-macho] Support absolute symbols 2020-09-25 11:28:35 -07:00
SyntheticSections.h [lld-macho] Allow the entry symbol to be dynamically bound 2020-09-25 11:28:33 -07:00
Target.cpp
Target.h [lld-macho] Implement weak binding for branch relocations 2020-08-27 17:44:15 -07:00
UnwindInfoSection.cpp align __TEXT,__unwind_info to 8 byte boundary 2020-09-19 12:43:30 -07:00
UnwindInfoSection.h [lld-macho] create __TEXT,__unwind_info from __LD,__compact_unwind 2020-09-18 22:01:03 -07:00
Writer.cpp clang+lld: Improve clang+ld.darwinnew.lld interaction, pass -demangle 2020-11-24 08:51:58 -05:00
Writer.h