Follow-on to r267262.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267263
91177308-0d34-0410-b5e6-
96231b3b80d8
// Check the value profiling instrinsics emitted by instrumentation.
-// RUN: %clangxx %s -o - -emit-llvm -S -fprofile-instr-generate -mllvm -enable-value-profiling -fexceptions -target %itanium_abi_triple | FileCheck %s
+// RUN: %clang_cc1 %s -o - -emit-llvm -fprofile-instrument=clang -mllvm -enable-value-profiling -fexceptions -fcxx-exceptions -triple %itanium_abi_triple | FileCheck %s
void (*foo) (void);