Currently EH lowering code expects typeinfo to be global only.
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 llvm-svn: 109423
Loading
Please register or sign in to comment