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 17:33:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
6860f6a01c
llvm-6502
/
test
/
CodeGen
/
CBackend
/
2003-06-28-LinkOnceGlobalVars.llx
5 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11418 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-13 23:33:17 +00:00
; RUN: llvm-as < %s | llc -march=c | grep common | grep X
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6930 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-28 17:07:23 +00:00
%X = linkonce global int 5
Reference in New Issue
Copy Permalink