summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/instrument-functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/instrument-functions.cpp')
-rw-r--r--test/CodeGenCXX/instrument-functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/instrument-functions.cpp b/test/CodeGenCXX/instrument-functions.cpp
index 253e096..587b638 100644
--- a/test/CodeGenCXX/instrument-functions.cpp
+++ b/test/CodeGenCXX/instrument-functions.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -S -emit-llvm -o - %s -finstrument-functions | FileCheck %s
+// RUN: %clang_cc1 -S -emit-llvm -triple %itanium_abi_triple -o - %s -finstrument-functions | FileCheck %s
// CHECK: @_Z5test1i
int test1(int x) {
OpenPOWER on IntegriCloud