[llvm-commits] [PATCH] Implement initial-exec TLS model for 32-bit PIC x86

Hans Wennborg hans at chromium.org
Fri May 11 03:14:17 PDT 2012


On Fri, May 11, 2012 at 10:46 AM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
> Hans,
>
>> The attached patch adds support for using the initial-exec TLS model
>> for 32-bit PIC x86 code, fixing a TODO from 2007 :) Previously, LLVM
>> would emit the wrong thing here (see the update to the test).
> LGTM. Thanks for doing this!

Thanks, Anton! Landed r156611.

 - Hans



More information about the llvm-commits mailing list