Tests require a weak symbol for dyld weak-def coalescing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@rsundahl do we think I should add weak attribute to OnPotentiallyBlockingRegionEnd as well? or leave as is?
Comment Actions
Yes, it's the same mechanism (consistency), even if we don't need to make the test pass.
This comment was removed by thetruestblue.