[PATCH] D30136: [compiler-rt][builtins][WIP] Add _IsOSVersionAtLeast, to be used by ObjC's @available

Erik Pilkington via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 24 13:44:07 PST 2017


erik.pilkington updated this revision to Diff 89717.
erik.pilkington added a comment.

Just realized I did a `if (!&CFLongFunctionName)` when I meant to do a `if (&CFLongFunctionName)`. Oops!


https://reviews.llvm.org/D30136

Files:
  lib/builtins/CMakeLists.txt
  lib/builtins/os_version_check.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30136.89717.patch
Type: text/x-patch
Size: 4158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170224/0a0ece1a/attachment.bin>


More information about the llvm-commits mailing list