forked from OSchip/llvm-project
f69b64d6d2
Python defines _XOPEN_SOURCE and _POSIX_C_SOURCE unconditionally. On Linux, this is problematic as glibc's features.h defines these values if _GNU_SOURCE is defined to the value that is currently implemented. Python defines it to the versions that it requires, which may be different. Undefine the macros on Linux (technically, this should be safe to do globally) before including the python headers. llvm-svn: 208520 |
||
---|---|---|
.. | ||
docs | ||
examples | ||
include | ||
lib | ||
lldb.xcodeproj | ||
lldb.xcworkspace | ||
resources | ||
scripts | ||
source | ||
test | ||
tools | ||
utils | ||
www | ||
.arcconfig | ||
.gitignore | ||
CMakeLists.txt | ||
INSTALL.txt | ||
LICENSE.TXT | ||
Makefile |