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-13 07:50:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm
/
test
/
CodeGen
/
CBackend
/
2003-06-28-LinkOnceGlobalVars.llx
4 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remove llvm-upgrade and update tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47296 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-19 01:41:04 +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
Remove llvm-upgrade and update tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47296 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-19 01:41:04 +00:00
@X = linkonce global i32 5
Reference in New Issue
Copy Permalink