From 982b2791cf1c1435c60e2e8017b5c650fffead69 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 30 Mar 2004 20:58:00 +0000 Subject: [PATCH] New testcase that crashes the assembler git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12550 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2004-03-30-UnclosedFunctionCrash.llx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/Assembler/2004-03-30-UnclosedFunctionCrash.llx 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() { -- 2.34.1