[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
Fri Oct 16 08:19:10 PDT 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)
----------------
Maybe it makes sense to name this 'auto' instead of 'none'?
http://reviews.llvm.org/D13796
More information about the cfe-commits
mailing list