[PATCH] D28253: static_assert inside make_shared when the object is not constructible

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 3 13:58:13 PST 2017


mclow.lists added inline comments.


================
Comment at: test/libcxx/test/config.py:415
         self.cxx.compile_flags += ['-I' + cxx_headers]
+        if self.libcxx_obj_root is None:
+            return
----------------
Whoops. This change doesn't belong here.
But it fixes a problem running LIT to test libc++ on Mac OS when building with the system libc++abi.



https://reviews.llvm.org/D28253





More information about the cfe-commits mailing list