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-19 01:34:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
6a7d61179c
llvm-6502
/
test
/
Assembler
/
2004-01-20-MaxLongLong.llx
5 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Revert back to r1.1, I'm just thoroughly confused :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17571 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-07 07:46:15 +00:00
; RUN: llvm-as < %s | llvm-dis | grep 9223372036854775808
New testcase for incorrect bytecode reading of MAXLONG. The reader is getting it as zero. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10927 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-20 19:00:12 +00:00
Revert back to r1.1, I'm just thoroughly confused :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17571 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-07 07:46:15 +00:00
global long -9223372036854775808
New testcase for incorrect bytecode reading of MAXLONG. The reader is getting it as zero. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10927 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-20 19:00:12 +00:00
Reference in New Issue
Copy Permalink