This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 16:33:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
89a1d9036a
llvm-mirror
/
test
/
Feature
/
globalredefinition3.ll
5 lines
110 B
LLVM
Raw
Normal View
History
Unescape
Escape
Remove obsolete -f flags. llvm-svn: 79992
2009-08-25 17:38:29 +02:00
; RUN: not llvm-as %s -o /dev/null |& grep {redefinition of global '@B'}
For PR1077: Split this test case into three cases. globalredefinition.ll just tests that a global can be forward referenced. globalredefinition2.ll tests that llvm-upgrade will warn about renaming duplicate global variables. globalredefinition3.ll tests that llvm-as will generate an error on duplicate global variables. This last test is currently XFAIL because the restriction is not implemented yet. llvm-svn: 32910
2007-01-05 18:25:12 +01:00
For PR761: Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
2007-01-26 09:25:06 +01:00
@B
=
global
i32
7
@B
=
global
i32
7
Reference in New Issue
Copy Permalink