Eric Fiselier a61fc423f3 [CMake] Fix pthread handling for out-of-tree builds
LLVM defines `PTHREAD_LIB` which is used by AddLLVM.cmake and various projects
to correctly link the threading library when needed. Unfortunately
`PTHREAD_LIB` is defined by LLVM's `config-ix.cmake` file which isn't installed
and therefore can't be used when configuring out-of-tree builds. This causes
such builds to fail since `pthread` isn't being correctly linked.

This patch attempts to fix that problem by renaming and exporting
`LLVM_PTHREAD_LIB` as part of`LLVMConfig.cmake`. I renamed `PTHREAD_LIB`
because It seemed likely to cause collisions with downstream users of
`LLVMConfig.cmake`.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294690 91177308-0d34-0410-b5e6-96231b3b80d8
2017-02-10 01:59:20 +00:00
..
2015-06-19 01:53:21 +00:00
2016-11-01 07:52:10 +00:00
2016-04-18 09:17:29 +00:00
2014-06-08 22:29:17 +00:00
2016-12-27 11:07:53 +00:00
2014-12-04 16:59:36 +00:00
2017-01-24 11:35:26 +00:00
2014-12-04 16:59:36 +00:00
2016-09-27 15:45:57 +00:00
2016-04-18 09:17:29 +00:00