mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 01:30:24 +08:00
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. Differential Revision: https://reviews.llvm.org/D53167 llvm-svn: 344954