arphaman added a comment.

Thanks for the explanation, now I get it!

LGTM, with one request for change in the tests



================
Comment at: test/CodeGenObjC/availability-check.m:22
+  // CHECK: br i1 true
+  if (__builtin_available(macos 10.11, *))
+    ;
----------------
Please add a line that verifies that `@available()` uses the builtin as well. 


https://reviews.llvm.org/D27827



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to