Add missing test coverage uncovered in review of D108006.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The test was added independent of the code change. Can you point me to the relevant code in InputFiles.cpp? Is it https://github.com/llvm/llvm-project/blob/9b9e7f6f4e05baa99a795e0cce60ba86091acc9a/lld/ELF/InputFiles.cpp#L1804?
Comment Actions
Looks like archive-fetch.s is unrelated. LG.
I do encourage that contributors try making tests a bit more orthogonal and reorganize tests whenever that makes sense.
undef-in-shared-from-lazy.s => how about dso-undef-extract-lazy?
lld/test/ELF/undef-in-shared-from-lazy.s | ||
---|---|---|
36 | Use .s suffix | |
40 | Use .s suffix |
lld/test/ELF/undef-in-shared-from-lazy.s | ||
---|---|---|
36 | Added for main above as well. |