From 5789c497a0e3d64ff1551c4469cde1cb2283e613 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Tue, 20 Oct 2009 22:07:59 +0000 Subject: Fix the 32-bit ABI to return structures with non-trivial copy ctors or dtors indirectly. llvm-svn: 84686 --- clang/test/CodeGenCXX/references.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGenCXX/references.cpp') 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; -- cgit v1.2.3