[LPM] Remove a PPC64 hack to try to work around a bad interaction
authorChandler Carruth <chandlerc@gmail.com>
Thu, 29 Jan 2015 23:26:37 +0000 (23:26 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 29 Jan 2015 23:26:37 +0000 (23:26 +0000)
commit370056ca5dd0bc9bd95b2d976e046ecf36208082
tree4cc88369f176344a341c52c2fdf4b0996e6c4695
parent850420cd14a1cd4c765cf8a46e47670b912f7bbc
[LPM] Remove a PPC64 hack to try to work around a bad interaction
between the linker's TLS optimizations and Clang's TLS code generation.

For now, Clang has been changed to disable linker TLS optimizations
until it (and LLVM more generally) are emitting TLS code sequences
compatible with the old bugs found in the linkers. That's a better fix
to handle bootstrapping on that platform.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227511 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h