Some Darwin functions have pairs like dispatch_apply and dispatch_apply_f so the added _f to interceptor types causes a clash. Let's add _type suffix instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I think it should still be relatively brief to avoid generating debug info bloat, if that makes sense? So personally I'm for _type.
@kubamracek do you need this committed or can you do it yourself or are you planning changes to it? It's been sitting in the review queue as accepted for a while, just trying to clean it up.