summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
Commit message (Collapse)AuthorAge
* Convert tests to the new EH model.Bill Wendling2011-11-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144048 91177308-0d34-0410-b5e6-96231b3b80d8
* Currently EH lowering code expects typeinfo to be global only.Anton Korobeynikov2010-07-26
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