summaryrefslogtreecommitdiff
path: root/test/profile/Linux/coverage_ctors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile/Linux/coverage_ctors.cpp')
-rw-r--r--test/profile/Linux/coverage_ctors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/Linux/coverage_ctors.cpp b/test/profile/Linux/coverage_ctors.cpp
index fe4a2be4f..317dcfe18 100644
--- a/test/profile/Linux/coverage_ctors.cpp
+++ b/test/profile/Linux/coverage_ctors.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_profgen -x c++ -std=c++11 -fuse-ld=gold -fcoverage-mapping -o %t %s
+// RUN: %clangxx_profgen -std=c++11 -fuse-ld=gold -fcoverage-mapping -o %t %s
// RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t
// RUN: llvm-profdata merge -o %t.profdata %t.profraw
// RUN: llvm-cov show %t -instr-profile %t.profdata -filename-equivalence 2>&1 | FileCheck %s