diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 10:07:55 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 10:07:55 +0000 |
commit | 90008f4bee2341de3df6aa1d7b639a91f0793ef5 (patch) | |
tree | 4f3ac569efee8c36b46623bb54c943fb190ef82c /test/Assembler/2005-01-31-CallingAggregateFunction.ll | |
parent | b477f7dd651b7943748b6efdc9791f09afc8d472 (diff) | |
download | external_llvm-90008f4bee2341de3df6aa1d7b639a91f0793ef5.zip external_llvm-90008f4bee2341de3df6aa1d7b639a91f0793ef5.tar.gz external_llvm-90008f4bee2341de3df6aa1d7b639a91f0793ef5.tar.bz2 |
For PR1319:
Upgrade to new Tcl exec based test framework. This exposes three regressions
in llvm-upgrade:
test/Assembler/2002-08-19-BytecodeReader.llx
test/Assembler/2003-08-21-ConstantExprCast-Fold.llx
test/Assembler/2004-01-11-getelementptrfolding.llx
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36067 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2005-01-31-CallingAggregateFunction.ll')
-rw-r--r-- | test/Assembler/2005-01-31-CallingAggregateFunction.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/test/Assembler/2005-01-31-CallingAggregateFunction.ll index 7eff634..c925214 100644 --- a/test/Assembler/2005-01-31-CallingAggregateFunction.ll +++ b/test/Assembler/2005-01-31-CallingAggregateFunction.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as 2>&1 < %s -o /dev/null -f | \ +; RUN: ignore llvm-as < %s -o /dev/null -f |& \ ; RUN: grep "LLVM functions cannot return aggregate types" define void @test() { |