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 | 5789c497a0e3d64ff1551c4469cde1cb2283e613 (patch) | |
tree | 7ad7bd9dc6e917a6b01cc73bd6b2090acd7cc408 /clang/test/CodeGenCXX/references.cpp | |
parent | d45ff6cced877257fbf5ea0e67f08287fb3c6c3a (diff) | |
download | bcm5719-llvm-5789c497a0e3d64ff1551c4469cde1cb2283e613.tar.gz bcm5719-llvm-5789c497a0e3d64ff1551c4469cde1cb2283e613.zip |
Fix the 32-bit ABI to return structures with non-trivial copy ctors or dtors indirectly.
llvm-svn: 84686
Diffstat (limited to 'clang/test/CodeGenCXX/references.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/references.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/references.cpp b/clang/test/CodeGenCXX/references.cpp index 7028ef338b5..8e0e1cbe84e 100644 --- a/clang/test/CodeGenCXX/references.cpp +++ b/clang/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; |