[profile] Fix another use of the driver.
authorSean Silva <chisophugis@gmail.com>
Sat, 23 Apr 2016 02:13:48 +0000 (02:13 +0000)
committerSean Silva <chisophugis@gmail.com>
Sat, 23 Apr 2016 02:13:48 +0000 (02:13 +0000)
Follow-on to r267262.

llvm-svn: 267263

clang/test/Profile/cxx-indirect-call.cpp

index a67aadd..f95d1af 100644 (file)
@@ -1,6 +1,6 @@
 // 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);