This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2025-01-07 12:30:57 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c2f12ab5e5
llvm
/
test
/
Assembler
/
2004-03-30-UnclosedFunctionCrash.llx
4 lines
51 B
Plaintext
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