diff --git a/compiler-rt/test/memprof/TestCases/interface_test.cpp b/compiler-rt/test/memprof/TestCases/interface_test.cpp index 451ab57b8f643..aa3b24fa4c640 100644 --- a/compiler-rt/test/memprof/TestCases/interface_test.cpp +++ b/compiler-rt/test/memprof/TestCases/interface_test.cpp @@ -1,8 +1,8 @@ // Check that user may include MemProf interface header. // Also check that interfaces declared in the sanitizer's allocator_interface // are defined for MemProf. -// RUN: %clang_memprof %s -o %t -DMEMPROF && %run %t -// RUN: %clang_memprof -x c %s -o %t -DMEMPROF && %run %t +// RUN: %clangxx_memprof %s -o %t -DMEMPROF && %run %t +// RUN: %clangxx_memprof -x c %s -o %t -DMEMPROF && %run %t // RUN: %clang %s -pie -o %t && %run %t // RUN: %clang -x c %s -pie -o %t && %run %t #include