]> granicus.if.org Git - clang/commitdiff
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267263 91177308-0d34-0410-b5e6-96231b3b80d8

test/Profile/cxx-indirect-call.cpp

index a67aadd3056b9f9f9d6884858283452336ec09c5..f95d1af37c79d269d319f07e536f28ba9d0e1747 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);