mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Python requires that Python.h is included before any std header. Not doing so results in conflicts with standards macros such as `_XOPEN_SOURCE`. NFC. llvm-svn: 250673