llvm-6502/include
Bill Wendling fa2eac54e6 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>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180737 91177308-0d34-0410-b5e6-96231b3b80d8
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