This is really a workaround for #62243. Ideally we would ensure that
llvm never emits object files that contain undefined init function, but
I have yet to find a small enough repro case to fully understand how the
such a things is possible.
Details
Details
- Reviewers
dschuff walkingeye
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I see this as more of a workaround that fix for https://github.com/llvm/llvm-project/issues/62243 since I still haven't tracked down the root cause.