Add a configure test for pthread_getspecific, and use it when building ThreadLocal.
[oota-llvm.git] / lib / System / ThreadLocal.cpp
2009-06-25 Owen AndersonAdd a configure test for pthread_getspecific, and use...
2009-06-25 Owen AndersonAdd a class for supporting platform independent thread...