diff options
author | Chris Lattner <sabre@nondot.org> | 2004-03-30 20:58:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-03-30 20:58:00 +0000 |
commit | 982b2791cf1c1435c60e2e8017b5c650fffead69 (patch) | |
tree | 5ecba8e0f0c8bac54f3682da3af0d9f41555ec00 | |
parent | a5cdab7101a45c488e0a1e56e6a3900d1eec438e (diff) | |
download | external_llvm-982b2791cf1c1435c60e2e8017b5c650fffead69.zip external_llvm-982b2791cf1c1435c60e2e8017b5c650fffead69.tar.gz external_llvm-982b2791cf1c1435c60e2e8017b5c650fffead69.tar.bz2 |
New testcase that crashes the assembler
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12550 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Assembler/2004-03-30-UnclosedFunctionCrash.llx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Assembler/2004-03-30-UnclosedFunctionCrash.llx b/test/Assembler/2004-03-30-UnclosedFunctionCrash.llx new file mode 100644 index 0000000..0838066 --- /dev/null +++ b/test/Assembler/2004-03-30-UnclosedFunctionCrash.llx @@ -0,0 +1,3 @@ +; RUN: llvm-as %s 2>&1 | grep error + +void %foo() { |