freebsd-nq/lib/clang/include/llvm
Ed Schouten 2a008fddd8 Disable usage of posix_spawn() inside LLVM.
Even though it's nice to use posix_spawn() instead of manually using
fork()/exec(), it's better to disable this. FreeBSD 7 doesn't support
this interface. When enabled, we can't build tblgen, which prevents us
from building FreeBSD 9 on 7.

Tested by:	raj
2010-06-13 12:39:22 +00:00
..
ADT
Config Disable usage of posix_spawn() inside LLVM. 2010-06-13 12:39:22 +00:00
System
Intrinsics.gen