From: Chris Lattner Date: Tue, 30 Mar 2004 20:58:00 +0000 (+0000) Subject: New testcase that crashes the assembler X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=982b2791cf1c1435c60e2e8017b5c650fffead69;p=oota-llvm.git New testcase that crashes the assembler git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12550 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2004-03-30-UnclosedFunctionCrash.llx b/test/Assembler/2004-03-30-UnclosedFunctionCrash.llx new file mode 100644 index 00000000000..0838066b582 --- /dev/null +++ b/test/Assembler/2004-03-30-UnclosedFunctionCrash.llx @@ -0,0 +1,3 @@ +; RUN: llvm-as %s 2>&1 | grep error + +void %foo() {