[llvm-commits] [Fwd: [llvm] r99762 - /llvm/trunk/include/llvm/System/Memory.h]

Török Edwin edwintorok at gmail.com
Sun Mar 28 04:18:21 PDT 2010


Hi Tanya,

Please pull this commit into the 2.7 release branch, it fixes crashes of
the llvm JIT on systems using SELinux.
Without it systems using SELinux in enforcing mode (from RHEL5 to Fedora
Core 13) will sometimes just crash on startup, when attempting to use
the JIT.

The JIT will still not work on Fedora 13 (it denies 'execmem' even for
the unconfined domain!), but at least it won't crash and allow
applications to gracefully recover and print an error message.

Best regards,
--Edwin

-------------- next part --------------
An embedded message was scrubbed...
From: Torok Edwin <edwintorok at gmail.com>
Subject: [llvm-commits] [llvm] r99762 -	/llvm/trunk/include/llvm/System/Memory.h
Date: Sun, 28 Mar 2010 11:07:37 -0000
Size: 4667
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100328/b634f3f2/attachment.eml>


More information about the llvm-commits mailing list