freebsd-dev/lib/clang
Ed Schouten 9987dff003 Remove unneeded files from the build.
I used the following command to determine which source files were
unneeded:

| for i in `find lib/clang -name '*.o'`
| do
| 	MATCHES="`(nm -g --defined-only $i; nm -g --defined-only \
| 		usr.bin/clang/clang/clang) | sed -e 's/.* //' | \
| 		sort | uniq -d | wc -l`"
| 	[ $MATCHES -eq 0 ] && echo "$i: unneeded"
| done

This should slightly improve the build times.
2010-06-15 17:08:03 +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 Remove unneeded files from the build. 2010-06-15 17:08:03 +00:00
libllvmarmasmparser
libllvmarmasmprinter
libllvmarmcodegen
libllvmarminfo
libllvmasmprinter
libllvmbitreader Remove unneeded files from the build. 2010-06-15 17:08:03 +00:00
libllvmbitwriter Remove unneeded files from the build. 2010-06-15 17:08:03 +00:00
libllvmcodegen Remove unneeded files from the build. 2010-06-15 17:08:03 +00:00
libllvmcore Remove unneeded files from the build. 2010-06-15 17:08:03 +00:00
libllvminstcombine
libllvmipa
libllvmipo Remove unneeded files from the build. 2010-06-15 17:08:03 +00:00
libllvmmc Remove unneeded files from the build. 2010-06-15 17:08:03 +00:00
libllvmmcparser
libllvmmipsasmprinter
libllvmmipscodegen
libllvmmipsinfo
libllvmpowerpcasmprinter
libllvmpowerpccodegen
libllvmpowerpcinfo
libllvmscalaropts Remove unneeded files from the build. 2010-06-15 17:08:03 +00:00
libllvmselectiondag
libllvmsupport Remove unneeded files from the build. 2010-06-15 17:08:03 +00:00
libllvmsystem Remove unneeded files from the build. 2010-06-15 17:08:03 +00:00
libllvmtarget Remove unneeded files from the build. 2010-06-15 17:08:03 +00:00
libllvmtransformutils
libllvmx86asmparser
libllvmx86asmprinter
libllvmx86codegen
libllvmx86info
clang.build.mk Remove unneeded files from the build. 2010-06-15 17:08:03 +00:00
clang.lib.mk
Makefile