llvm-capstone/lld/MachO
Takuya Shimizu 01b88dd66d [NFC] Remove unused variables declared in conditions
D152495 makes clang warn on unused variables that are declared in conditions like `if (int var = init) {}`
This patch is an NFC fix to suppress the new warning in llvm,clang,lld builds to pass CI in the above patch.

Differential Revision: https://reviews.llvm.org/D158016
2023-08-30 10:05:06 +09:00
..
Arch
CMakeLists.txt
ConcatOutputSection.cpp
ConcatOutputSection.h
Config.h [lld-macho] Implement -no_uuid 2023-07-19 16:39:31 -07:00
Driver.cpp [NFC] Remove unused variables declared in conditions 2023-08-30 10:05:06 +09:00
Driver.h [lld-macho] Postprocess LC Linker Option 2023-08-13 13:39:04 -07:00
DriverUtils.cpp Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it" 2023-08-15 01:16:58 -07:00
Dwarf.cpp
Dwarf.h
EhFrame.cpp
EhFrame.h
ExportTrie.cpp
ExportTrie.h
ICF.cpp
ICF.h
InputFiles.cpp [lld-macho] Stricter Bitcode Symbol Resolution 2023-08-22 12:03:17 -07:00
InputFiles.h [lld-macho] Stricter Bitcode Symbol Resolution 2023-08-22 12:03:17 -07:00
InputSection.cpp
InputSection.h
Layout.h
LTO.cpp [lld-macho] Stricter Bitcode Symbol Resolution 2023-08-22 12:03:17 -07:00
LTO.h
MachOStructs.h
MapFile.cpp
MapFile.h
MarkLive.cpp
MarkLive.h
ObjC.cpp
ObjC.h
Options.td [lld-macho] Implement -no_uuid 2023-07-19 16:39:31 -07:00
OutputSection.cpp
OutputSection.h
OutputSegment.cpp
OutputSegment.h
Relocations.cpp
Relocations.h
SectionPriorities.cpp
SectionPriorities.h
Symbols.cpp
Symbols.h [lld-macho] Fixed crashes when linking with incompatible-arch archives/ 2023-08-04 09:25:59 -04:00
SymbolTable.cpp [lld-macho] Stricter Bitcode Symbol Resolution 2023-08-22 12:03:17 -07:00
SymbolTable.h
SyntheticSections.cpp [lld-macho]Use install_name as Identifier for code-sign, if available. 2023-07-19 14:19:15 -04:00
SyntheticSections.h
Target.cpp
Target.h
UnwindInfoSection.cpp [Support] Change MapVector's default template parameter to SmallVector<*, 0> 2023-07-24 22:04:03 -07:00
UnwindInfoSection.h
Writer.cpp [lld-macho] Use fixed chunk size for UUID 2023-07-19 17:24:36 -07:00
Writer.h