diff options
author | Anders Carlsson <andersca@mac.com> | 2009-10-20 22:07:59 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-10-20 22:07:59 +0000 |
commit | 40092972b591646b47037d2b46b695a4014df413 (patch) | |
tree | d3589f1f3a4fb30cf78aa55ac3d0c4d270b08e7f /test | |
parent | 58f5ec7d56b1ebf5f90ee11226ebe7663f2821ea (diff) |
Fix the 32-bit ABI to return structures with non-trivial copy ctors or dtors indirectly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGenCXX/references.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/references.cpp b/test/CodeGenCXX/references.cpp index 7028ef338b..8e0e1cbe84 100644 --- a/test/CodeGenCXX/references.cpp +++ b/test/CodeGenCXX/references.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple x86_64-apple-darwin -verify -emit-llvm -o - %s | FileCheck %s +// RUN: clang-cc -verify -emit-llvm -o - %s | FileCheck %s void t1() { extern int& a; |