Details
Diff Detail
Event Timeline
| ELF/Driver.cpp | ||
|---|---|---|
| 119 | This looks was not covered by testcase, just like 2 messages above btw, | |
| ELF/Driver.cpp | ||
|---|---|---|
| 119 | Yep, but it wasn't covered originally as well and you have to use binary file to cover this. | |
| ELF/Driver.cpp | ||
|---|---|---|
| 119 | I see now. I think anyways we want to cover that. (I am ok to take this task). Anyways I think we are in position where *all* errors should ideally be covered with testcases. LLD is pretty solid now and we might want to think about user frienly messages and so on. | |
| ELF/Driver.cpp | ||
|---|---|---|
| 119 |
I don't have any. | |
This looks was not covered by testcase, just like 2 messages above btw,
also it has uppercase message while we usually do use lowercase always I believe.