[PATCH] D41601: Ignore the DISPATCH_NOESCAPE if not defined
Yi Kong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 28 14:15:21 PST 2017
kongyi added a comment.
In https://reviews.llvm.org/D41601#964657, @ahatanak wrote:
> 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
>
Done
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41601
More information about the llvm-commits
mailing list