[PATCH] D13796: [libcxx] Use "-stdlib=libc++" when possible instead of '-nodefaultlibs' in the test suite.

Jonathan Roelofs via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 16 16:22:19 PST 2015


jroelofs added inline comments.

================
Comment at: test/libcxx/test/config.py:364
@@ +363,3 @@
+        deduced_use_stdlib_eq_libcxx = (self.cxx.isClang() and
+                                        cxx_abi == 'none' and
+                                        not use_llvm_unwinder)
----------------
ohh, I see now.


http://reviews.llvm.org/D13796





More information about the cfe-commits mailing list