Patch improves message to show locations for
"can't create dynamic relocation" error.
Details
Details
Diff Detail
Diff Detail
Event Timeline
ELF/Relocations.cpp | ||
---|---|---|
655–657 | This function already took too much parameters. I wouldn't add new parameters that can be inferred from other parameters. Don't pass C because it should be reachable from Body. |
This function already took too much parameters. I wouldn't add new parameters that can be inferred from other parameters.
Don't pass C because it should be reachable from Body.