Index: test/asan/TestCases/Darwin/address-range-limit.mm =================================================================== --- test/asan/TestCases/Darwin/address-range-limit.mm +++ test/asan/TestCases/Darwin/address-range-limit.mm @@ -1,7 +1,7 @@ // Regression test for https://code.google.com/p/address-sanitizer/issues/detail?id=368. -// RUN: %clang_asan %s -Wno-deprecated-declarations -flat_namespace -bundle -undefined suppress -o %t.bundle -// RUN: %clang_asan %s -Wno-deprecated-declarations -o %t -framework Foundation && not %run %t 2>&1 | FileCheck %s +// RUN: %clangxx_asan %s -Wno-deprecated-declarations -flat_namespace -bundle -undefined suppress -o %t.bundle +// RUN: %clangxx_asan %s -Wno-deprecated-declarations -o %t -framework Foundation && not %run %t 2>&1 | FileCheck %s #import #import Index: test/tsan/Darwin/gcd-blocks.mm =================================================================== --- test/tsan/Darwin/gcd-blocks.mm +++ test/tsan/Darwin/gcd-blocks.mm @@ -1,4 +1,4 @@ -// RUN: %clang_tsan %s -o %t -framework Foundation +// RUN: %clangxx_tsan %s -o %t -framework Foundation // RUN: %env_tsan_opts=ignore_interceptors_accesses=1 %run %t 2>&1 | FileCheck %s #import Index: test/tsan/Darwin/gcd-groups-destructor.mm =================================================================== --- test/tsan/Darwin/gcd-groups-destructor.mm +++ test/tsan/Darwin/gcd-groups-destructor.mm @@ -1,4 +1,4 @@ -// RUN: %clang_tsan %s -o %t -framework Foundation +// RUN: %clangxx_tsan %s -o %t -framework Foundation // RUN: %env_tsan_opts=ignore_interceptors_accesses=1 %run %t 2>&1 | FileCheck %s #import Index: test/tsan/Darwin/libcxx-shared-ptr-recursive.mm =================================================================== --- test/tsan/Darwin/libcxx-shared-ptr-recursive.mm +++ test/tsan/Darwin/libcxx-shared-ptr-recursive.mm @@ -1,4 +1,4 @@ -// RUN: %clang_tsan %s -o %t -framework Foundation +// RUN: %clangxx_tsan %s -o %t -framework Foundation // RUN: %env_tsan_opts=ignore_interceptors_accesses=1 %run %t 2>&1 | FileCheck %s #import Index: test/tsan/Darwin/libcxx-shared-ptr-stress.mm =================================================================== --- test/tsan/Darwin/libcxx-shared-ptr-stress.mm +++ test/tsan/Darwin/libcxx-shared-ptr-stress.mm @@ -1,4 +1,4 @@ -// RUN: %clang_tsan %s -o %t -framework Foundation +// RUN: %clangxx_tsan %s -o %t -framework Foundation // RUN: %env_tsan_opts=ignore_interceptors_accesses=1 %run %t 2>&1 | FileCheck %s #import Index: test/tsan/Darwin/libcxx-shared-ptr.mm =================================================================== --- test/tsan/Darwin/libcxx-shared-ptr.mm +++ test/tsan/Darwin/libcxx-shared-ptr.mm @@ -1,4 +1,4 @@ -// RUN: %clang_tsan %s -o %t -framework Foundation +// RUN: %clangxx_tsan %s -o %t -framework Foundation // RUN: %env_tsan_opts=ignore_interceptors_accesses=1 %run %t 2>&1 | FileCheck %s #import Index: test/tsan/Darwin/osatomics-add.mm =================================================================== --- test/tsan/Darwin/osatomics-add.mm +++ test/tsan/Darwin/osatomics-add.mm @@ -1,4 +1,4 @@ -// RUN: %clang_tsan %s -o %t -framework Foundation -std=c++11 +// RUN: %clangxx_tsan %s -o %t -framework Foundation -std=c++11 // RUN: %run %t 2>&1 | FileCheck %s #import Index: test/tsan/Darwin/osatomics-list.mm =================================================================== --- test/tsan/Darwin/osatomics-list.mm +++ test/tsan/Darwin/osatomics-list.mm @@ -1,4 +1,4 @@ -// RUN: %clang_tsan %s -o %t -framework Foundation -std=c++11 +// RUN: %clangxx_tsan %s -o %t -framework Foundation -std=c++11 // RUN: %run %t 2>&1 | FileCheck %s #import