summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/empty-nontrivially-copyable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/empty-nontrivially-copyable.cpp')
-rw-r--r--clang/test/CodeGenCXX/empty-nontrivially-copyable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/empty-nontrivially-copyable.cpp b/clang/test/CodeGenCXX/empty-nontrivially-copyable.cpp
index 9ee3281505e..9457293ce46 100644
--- a/clang/test/CodeGenCXX/empty-nontrivially-copyable.cpp
+++ b/clang/test/CodeGenCXX/empty-nontrivially-copyable.cpp
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -triple armv7-apple-ios -x c++ -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple arm64-apple-ios -x c++ -emit-llvm -o - %s | FileCheck %s
// According to the Itanium ABI (3.1.1), types with non-trivial copy
// constructors passed by value should be passed indirectly, with the caller
OpenPOWER on IntegriCloud