diff options
| author | Sean Silva <chisophugis@gmail.com> | 2016-04-23 02:13:48 +0000 |
|---|---|---|
| committer | Sean Silva <chisophugis@gmail.com> | 2016-04-23 02:13:48 +0000 |
| commit | 70e2766fb4fcca4ab232fd924d2425921539bd74 (patch) | |
| tree | 5e9d95a23d2167bad449fb31acce2c9113088040 /clang | |
| parent | 1e51ac29b1141a141d0fadc9c3c3e3285a008267 (diff) | |
| download | bcm5719-llvm-70e2766fb4fcca4ab232fd924d2425921539bd74.tar.gz bcm5719-llvm-70e2766fb4fcca4ab232fd924d2425921539bd74.zip | |
[profile] Fix another use of the driver.
Follow-on to r267262.
llvm-svn: 267263
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Profile/cxx-indirect-call.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Profile/cxx-indirect-call.cpp b/clang/test/Profile/cxx-indirect-call.cpp index a67aadd3056..f95d1af37c7 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); |

