1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00
freebsd/lib/clang
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
..
include Disable usage of posix_spawn() inside LLVM. 2010-06-13 12:39:22 +00:00
libclanganalysis
libclangast
libclangbasic
libclangchecker
libclangcodegen
libclangdriver
libclangfrontend
libclanglex
libclangparse
libclangrewrite
libclangsema
libllvmanalysis
libllvmarmasmparser
libllvmarmasmprinter
libllvmarmcodegen
libllvmarminfo
libllvmasmprinter
libllvmbitreader
libllvmbitwriter
libllvmcodegen
libllvmcore
libllvminstcombine
libllvmipa
libllvmipo
libllvmmc
libllvmmcparser
libllvmmipsasmprinter
libllvmmipscodegen
libllvmmipsinfo
libllvmpowerpcasmprinter
libllvmpowerpccodegen
libllvmpowerpcinfo
libllvmscalaropts
libllvmselectiondag
libllvmsupport
libllvmsystem
libllvmtarget
libllvmtransformutils
libllvmx86asmparser
libllvmx86asmprinter
libllvmx86codegen
libllvmx86info
clang.build.mk Disable usage of posix_spawn() inside LLVM. 2010-06-13 12:39:22 +00:00
clang.lib.mk
Makefile