You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #137044 - Kobzol:ctors-detector, r=<try>
[CRATER] Detect presence of .ctors/.dtors in linked objects
This PR serves for a crater run to examine the frequency of object files in the wild that use the `.ctors`/`.dtors` sections, which are problematic for LLD (#128286).
I'm not sure if there are any other sections that cause problems for LLD (?). I used `readelf -S` instead of the `object` crate, because it had a problem with opening some object files (notably CUDA, although we probably won't find these in crater anyway...). If it becomes a problem, I can also scan the libraries with `object`.
I'm pretty clueless about crater, so:
r? `@lqd`
0 commit comments