This macro is only defined after XCode 8, causing build breakage for build systems with prior versions. Ignore DISPATCH_NOESCAPE if not defined.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks for fixing this.
Can you make this simpler by defining DISPATCH_NOESCAPE only when it hasn't been defined?
#ifndef DISPATCH_NOESCAPE #define DISPATCH_NOESCAPE #endif