1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/include
Bill Wendling 7a4381d8d9 Emit the TLS initialization function pointers into the correct section.
The `llvm.tls_init_funcs' (created by the front-end) holds pointers to the TLS
initialization functions. These need to be placed into the correct section so
that they are run before `main()'.

<rdar://problem/13733006>

llvm-svn: 180737
2013-04-29 22:25:40 +00:00
..
llvm Emit the TLS initialization function pointers into the correct section. 2013-04-29 22:25:40 +00:00
llvm-c Exposing MCJIT through C API 2013-04-29 17:49:40 +00:00