[PATCH] D31739: Add markup for libc++ dylib availability

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 18 02:43:05 PDT 2017


arphaman added inline comments.


================
Comment at: include/__config:1160
+
+#endif  // _LIBCPP_CONFIG
----------------
Redundant whitespace added?


================
Comment at: utils/libcxx/test/config.py:358
 
+    def add_deployement_feature(self, feature):
+        (arch, name, version) = self.config.deployment
----------------
Typo: `add_deployment_feature`


https://reviews.llvm.org/D31739





More information about the cfe-commits mailing list