From 70e2766fb4fcca4ab232fd924d2425921539bd74 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Sat, 23 Apr 2016 02:13:48 +0000 Subject: [PATCH] [profile] Fix another use of the driver. Follow-on to r267262. llvm-svn: 267263 --- clang/test/Profile/cxx-indirect-call.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Profile/cxx-indirect-call.cpp b/clang/test/Profile/cxx-indirect-call.cpp index a67aadd..f95d1af 100644 --- a/clang/test/Profile/cxx-indirect-call.cpp +++ b/clang/test/Profile/cxx-indirect-call.cpp @@ -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); -- 2.7.4