diff --git a/compiler-rt/test/asan/TestCases/Darwin/address-range-limit.mm b/compiler-rt/test/asan/TestCases/Darwin/address-range-limit.mm index a6906766d7ee..ba9175a2ce20 100644 --- a/compiler-rt/test/asan/TestCases/Darwin/address-range-limit.mm +++ b/compiler-rt/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 diff --git a/compiler-rt/test/tsan/Darwin/gcd-blocks.mm b/compiler-rt/test/tsan/Darwin/gcd-blocks.mm index 0dbff2758640..e0082605f24e 100644 --- a/compiler-rt/test/tsan/Darwin/gcd-blocks.mm +++ b/compiler-rt/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 diff --git a/compiler-rt/test/tsan/Darwin/gcd-groups-destructor.mm b/compiler-rt/test/tsan/Darwin/gcd-groups-destructor.mm index 641be00097f8..19c2c9bd147f 100644 --- a/compiler-rt/test/tsan/Darwin/gcd-groups-destructor.mm +++ b/compiler-rt/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 diff --git a/compiler-rt/test/tsan/Darwin/libcxx-shared-ptr-recursive.mm b/compiler-rt/test/tsan/Darwin/libcxx-shared-ptr-recursive.mm index fc5482ac3dd4..eea02dc561e1 100644 --- a/compiler-rt/test/tsan/Darwin/libcxx-shared-ptr-recursive.mm +++ b/compiler-rt/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 diff --git a/compiler-rt/test/tsan/Darwin/libcxx-shared-ptr-stress.mm b/compiler-rt/test/tsan/Darwin/libcxx-shared-ptr-stress.mm index 2aa5582aa6c2..7c36729f010f 100644 --- a/compiler-rt/test/tsan/Darwin/libcxx-shared-ptr-stress.mm +++ b/compiler-rt/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 diff --git a/compiler-rt/test/tsan/Darwin/libcxx-shared-ptr.mm b/compiler-rt/test/tsan/Darwin/libcxx-shared-ptr.mm index e1ea2261d495..6187c438fec0 100644 --- a/compiler-rt/test/tsan/Darwin/libcxx-shared-ptr.mm +++ b/compiler-rt/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 diff --git a/compiler-rt/test/tsan/Darwin/osatomics-add.mm b/compiler-rt/test/tsan/Darwin/osatomics-add.mm index 65be24dc8a06..087958eff0f8 100644 --- a/compiler-rt/test/tsan/Darwin/osatomics-add.mm +++ b/compiler-rt/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 diff --git a/compiler-rt/test/tsan/Darwin/osatomics-list.mm b/compiler-rt/test/tsan/Darwin/osatomics-list.mm index 2543111c629c..6c2fbe7e5c5a 100644 --- a/compiler-rt/test/tsan/Darwin/osatomics-list.mm +++ b/compiler-rt/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