aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
AgeCommit message (Collapse)Author
2011-11-08Convert tests to the new EH model.Bill Wendling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144048 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-26Currently EH lowering code expects typeinfo to be global only.Anton Korobeynikov
This assumption is not satisfied due to global mergeing. Workaround the issue by temporary disablinge mergeing of const globals. Also, ignore LLVM "special" globals. This fixes PR7716 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109423 91177308-0d34-0410-b5e6-96231b3b80d8