]> granicus.if.org Git - clang/commit
Ensure that clang -pthread creates the right macro. -D_POSIX_THREADS
authorJoerg Sonnenberger <joerg@bec.de>
Mon, 16 Jan 2017 14:07:24 +0000 (14:07 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Mon, 16 Jan 2017 14:07:24 +0000 (14:07 +0000)
commita746878c53839b4b29f6f7d8276774cf0b3faadc
treee9a87f4776445ff44ac05c0f308467bc95ecb12f
parent254708e7b8471d7ebf1e9692b118c6b2ddc73a99
Ensure that clang -pthread creates the right macro. -D_POSIX_THREADS
seems to have been a C&P error from old GCC specs for OpenBSD.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292119 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Driver/netbsd.c