OSDN Git Service

For PR1077:
authorReid Spencer <rspencer@reidspencer.com>
Fri, 5 Jan 2007 17:25:12 +0000 (17:25 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 5 Jan 2007 17:25:12 +0000 (17:25 +0000)
commitdfa4b1aab641046b5660379b25c24adee61ea7ce
tree556aa9533ea5b817d01ba7e0c0dccb0f88bd2e13
parent4933af147aa7a5d67d58f4d0d375aebf6a8f33f2
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32910 91177308-0d34-0410-b5e6-96231b3b80d8
test/Feature/globalredefinition.ll
test/Feature/globalredefinition2.ll [new file with mode: 0644]
test/Feature/globalredefinition3.ll [new file with mode: 0644]