These test in this change are objc++, but are built using %clang, not %clangxx. The reason this works is the driver has been adding -lc++ for sanitizer enabled builds. By making these tests use %clangxx, they no longer depend on the driver linking to c++. The reason I want to make this change is to re-land http://reviews.llvm.org/D22018, which caused these tests to stop working.
Details
Details
Diff Detail
Diff Detail