[LLVMbugs] [Bug 15159]=?UTF-8?Q?=20Global=20blocks=20don=E2=80=99t=20have=20a=20signature=20?=(the BLOCK_HAS_SIGNATURE flag is not set)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 6 02:13:00 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=15159

Damien DeVille <dd2284 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Damien DeVille <dd2284 at gmail.com> ---
This was a lie, I was just being an idiot and couldn’t count the bits
correctly... The flags value for a global block is 0x40000000 which does have
the (1<<30) bit set... :/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130206/610c0487/attachment.html>


More information about the llvm-bugs mailing list