Displaying 2 results from an estimated 2 matches for "micromipsr6thunk".
2018 Apr 26
3
[lld] - LLD (ELF) code covered by test cases.
...s able to place `assert(false);` on line 386 below in ICF.cpp and all our tests pass.
(https://github.com/llvm-mirror/lld/blob/master/ELF/ICF.cpp#L386)
2) In Relocations.cpp, all code inside `if`:
https://github.com/llvm-mirror/lld/blob/master/ELF/Relocations.cpp#L1177
Is not covered by tests.
3) MicroMipsR6Thunk::writeTo(), MicroMipsR6Thunk::addSymbols(),
MicroMipsR6Thunk::getTargetInputSection() are not covered.
That seems to be all major places I saw in report.
Now we probably can think about what we can do with that?
* Ideal scenario I can imagine is that we could fix all the places and, for example,...
2018 Apr 26
0
[lld] - LLD (ELF) code covered by test cases.
...on line 386 below in ICF.cpp and all our tests pass.
> (https://github.com/llvm-mirror/lld/blob/master/ELF/ICF.cpp#L386)
>
> 2) In Relocations.cpp, all code inside `if`:
> https://github.com/llvm-mirror/lld/blob/master/ELF/Relocations.cpp#L1177
> Is not covered by tests.
>
> 3) MicroMipsR6Thunk::writeTo(), MicroMipsR6Thunk::addSymbols(),
> MicroMipsR6Thunk::getTargetInputSection() are not covered.
>
> That seems to be all major places I saw in report.
>
> Now we probably can think about what we can do with that?
> * Ideal scenario I can imagine is that we could fix all t...