[PATCH] D23674: Do not set __guard_local to hidden for OpenBSD SSP

Tim Shen via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 11:33:56 PDT 2016


On Fri, Aug 19, 2016 at 10:28 AM Stefan Kempf <sisnkemp at gmail.com> wrote:

> If M.getOrInsertGlobal() does not return with a GlobalVariable,
> __guard_local was declared with a different type than long. This
> is a programming mistake. I decided against the assert here
> because the linker should catch this, and I wanted to avoid triggering
> asserts because of programming errors.
>

Can you elaborate on "programming mistake"?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160819/64da41c7/attachment.html>


More information about the llvm-commits mailing list