commit | bf0b5f5f3305101e3fc80ede1777c7648d4600a4 | [log] [tgz] |
---|---|---|
author | Justin Bogner <mail@justinbogner.com> | Thu May 03 21:59:13 2018 +0000 |
committer | Justin Bogner <mail@justinbogner.com> | Thu May 03 21:59:13 2018 +0000 |
tree | c4cdd58513cfa02158fc5242c437383b9e357fa9 | |
parent | b841e3b94761b16bdbf065d467d0edf503290220 [diff] |
Fix include of config.h that was incorrectly changed in r331184 The RWMutex implementation depends on config.h macros (specifically HAVE_PTHREAD_H and HAVE_PTHREAD_RWLOCK_INIT), so we need to be including it and not just llvm-config.h here or we fall back to a much slower implementation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@331487 91177308-0d34-0410-b5e6-96231b3b80d8