This patch adds support for linking with multiple definitions to LLD's COFF driver, in line with link.exe's /force:multiple option.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Event Timeline
Comment Actions
LGTM
COFF/SymbolTable.cpp | ||
---|---|---|
329 | We don't use auto unless an actual type is obvious: auto -> std::string Variable names should start with an uppercase letter and should be concise: message -> Msg |
Comment Actions
If this looks fine, could you please merge it in? I’m not sure how the merge process is handled for LLVM.
Comment Actions
If you have a commit access, you can do that yourself, but since you don't have one, I'll do that for you.
Then you don't need to change the function name.