This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-20 09:30:43 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
65c6795af4
llvm-6502
/
test
/
Assembler
/
2004-03-30-UnclosedFunctionCrash.ll
4 lines
51 B
LLVM
Raw
Normal View
History
Unescape
Escape
Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines. XFAILed 3 arm regressions (will file bugs) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44389 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-28 04:57:00 +00:00
; RUN: not llvm-as %s |& grep error
New testcase that crashes the assembler git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12550 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-30 20:58:00 +00:00
void
%foo
(
)
{
Reference in New Issue
Copy Permalink