]> granicus.if.org Git - clang/commit
-pthread does not translate to -lpthread on Android.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Wed, 28 May 2014 12:53:34 +0000 (12:53 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Wed, 28 May 2014 12:53:34 +0000 (12:53 +0000)
commit21bce1ccb777dd86284c99b5def73888fd144e99
tree283c485439dd376397cf0932f5cf3a165e9bf3ca
parentd7fc9b5827460375d7b8c7a1bcf62bc44259f7ef
-pthread does not translate to -lpthread on Android.

There is no libpthread.so, and pthread interface is implemented in libc.so.
This mirrors gcc behavior.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209731 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/linux-ld.c