summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/reference-field.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/reference-field.cpp')
-rw-r--r--clang/test/CodeGenCXX/reference-field.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/reference-field.cpp b/clang/test/CodeGenCXX/reference-field.cpp
index aa34fa3bd2c..54e914d0f3f 100644
--- a/clang/test/CodeGenCXX/reference-field.cpp
+++ b/clang/test/CodeGenCXX/reference-field.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -cxx-abi itanium -o - %s -O2 | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -triple %itanium_abi_triple -o - %s -O2 | FileCheck %s
// Make sure the call to b() doesn't get optimized out.
extern struct x {char& x,y;}y;
OpenPOWER on IntegriCloud