llvm/lld/MachO
Daniel Bertalan 73b659ff55 [lld-macho] Fix left shift of negative value UB
I introduced this mistake in 573c7e6b3c.

Fixes the failure on this UBSan bot:
https://lab.llvm.org/buildbot/#/builders/5/builds/25537
2022-07-01 12:00:16 +02:00
..
Arch [lld-macho] Fix left shift of negative value UB 2022-07-01 12:00:16 +02:00
CMakeLists.txt [lld-macho][reland] Initial support for EH Frames 2022-06-13 07:45:16 -04:00
ConcatOutputSection.cpp Replace to_hexString by touhexstr [NFC] 2022-06-16 17:29:50 +02:00
ConcatOutputSection.h
Config.h [lld-macho] Initial support for Linker Optimization Hints 2022-06-30 06:28:42 +02:00
Driver.cpp [lld-macho] Initial support for Linker Optimization Hints 2022-06-30 06:28:42 +02:00
Driver.h
DriverUtils.cpp [lld-macho] Add support for -w 2022-06-11 17:38:50 -07:00
Dwarf.cpp Reland "[lld-macho] Show source information for undefined references" 2022-06-21 18:50:06 -04:00
Dwarf.h Reland "[lld-macho] Show source information for undefined references" 2022-06-21 18:50:06 -04:00
EhFrame.cpp [lld-macho][reland] Initial support for EH Frames 2022-06-13 07:45:16 -04:00
EhFrame.h [lld-macho][reland] Initial support for EH Frames 2022-06-13 07:45:16 -04:00
ExportTrie.cpp
ExportTrie.h
ICF.cpp [lld/mac] Add a few TimeTraceScopes 2022-06-23 11:46:57 -04:00
ICF.h
InputFiles.cpp [lld-macho] Initial support for Linker Optimization Hints 2022-06-30 06:28:42 +02:00
InputFiles.h [lld-macho] Initial support for Linker Optimization Hints 2022-06-30 06:28:42 +02:00
InputSection.cpp [lld-macho] Initial support for Linker Optimization Hints 2022-06-30 06:28:42 +02:00
InputSection.h [lld-macho] Initial support for Linker Optimization Hints 2022-06-30 06:28:42 +02:00
ld64-vs-lld.rst
LTO.cpp [lld-macho] Make --icf=safe work with LTO 2022-06-12 17:26:08 -04:00
LTO.h
MachOStructs.h
MapFile.cpp Rename parallelForEachN to just parallelFor 2022-06-19 17:49:00 -04:00
MapFile.h
MarkLive.cpp [lld-macho][nfc] Run clang-format on lld/MachO/*.{h,cpp} 2022-05-24 08:36:20 +07:00
MarkLive.h
ObjC.cpp [lld/macho] Fixes the -ObjC flag 2022-05-11 17:00:39 -07:00
ObjC.h
Options.td [lld-macho] Initial support for Linker Optimization Hints 2022-06-30 06:28:42 +02:00
OutputSection.cpp [lld-macho][nfc] Run clang-format on lld/MachO/*.{h,cpp} 2022-05-24 08:36:20 +07:00
OutputSection.h
OutputSegment.cpp
OutputSegment.h
Relocations.cpp
Relocations.h [lld-macho] Initial support for Linker Optimization Hints 2022-06-30 06:28:42 +02:00
SectionPriorities.cpp [lld] Don't use Optional::hasValue (NFC) 2022-06-26 19:37:14 -07:00
SectionPriorities.h
Symbols.cpp [lld-macho] Use source information in duplicate symbol errors 2022-06-23 11:07:15 -04:00
Symbols.h [lld-macho] Use source information in duplicate symbol errors 2022-06-23 11:07:15 -04:00
SymbolTable.cpp [lld-macho] Use source information in duplicate symbol errors 2022-06-23 11:07:15 -04:00
SymbolTable.h Reland "[lld-macho] Group undefined symbol diagnostics by symbol". 2022-06-15 19:22:39 -04:00
SyntheticSections.cpp [lld-macho] Emit REBASE_OPCODE_ADD_ADDR_IMM_SCALED if possible 2022-06-29 22:28:39 +02:00
SyntheticSections.h Reland "[lld-macho] Show source information for undefined references" 2022-06-21 18:50:06 -04:00
Target.cpp
Target.h [lld-macho] Initial support for Linker Optimization Hints 2022-06-30 06:28:42 +02:00
UnwindInfoSection.cpp Rename parallelForEachN to just parallelFor 2022-06-19 17:49:00 -04:00
UnwindInfoSection.h
Writer.cpp [lld/mac] Add a few TimeTraceScopes 2022-06-23 11:46:57 -04:00
Writer.h