Skip to content
Commit 1f242d6a authored by Alexey Samsonov's avatar Alexey Samsonov
Browse files

[LSan] Add "use_ld_allocations" flag to disable old way of DTLS handling.

This flag allows to disable old way of determining dynamic TLS by
filtering out allocations from dynamic linker. This will be eventually
superseded by __tls_get_addr interceptor (see r257785), after we:
1) Test it in several supported environments
2) Deal with existing problems (currently we can't find a pointer to
  DTV which is calloc()-ed in pthread_create).

llvm-svn: 257789
parent 1d89df09
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment