llvm-capstone/lld/COFF
Pengxuan Zheng 9db61c3fe1 [LLD][COFF] Convert file name to lowercase when inserting it into visitedLibs
It seems to be a bug in `LinkerDriver::findFile`, the file name is not converted
to lowercase when being inserted into `visitedLibs`. This is the only exception
in the file and all other places always convert file names to lowercase when
inserting them into `visitedLibs` (or `visitedFiles`).

Reviewed By: thieta, hans

Differential Revision: https://reviews.llvm.org/D127709
2022-06-15 09:39:35 -07:00
..
CallGraphSort.cpp
CallGraphSort.h
Chunks.cpp
Chunks.h
CMakeLists.txt
COFFLinkerContext.cpp
COFFLinkerContext.h
Config.h
DebugTypes.cpp
DebugTypes.h
DLL.cpp
DLL.h
Driver.cpp
Driver.h
DriverUtils.cpp
ICF.cpp
ICF.h
InputFiles.cpp
InputFiles.h
LLDMapFile.cpp
LLDMapFile.h
LTO.cpp
LTO.h
MapFile.cpp
MapFile.h
MarkLive.cpp
MarkLive.h
MinGW.cpp
MinGW.h
Options.td
PDB.cpp
PDB.h
README.md
Symbols.cpp
Symbols.h
SymbolTable.cpp
SymbolTable.h
TypeMerger.h
Writer.cpp
Writer.h

See docs/NewLLD.rst