summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmscalaropts
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-06-15 17:08:03 +0000
committered <ed@FreeBSD.org>2010-06-15 17:08:03 +0000
commita5ff04df0c5f4b642a594c530f576639e26f2373 (patch)
treecf1741ab081fba2ece29e6b3366c3e9467421527 /lib/clang/libllvmscalaropts
parent7498eef5fc5fdc5a35ecd4d307aba4aa492ae29c (diff)
downloadFreeBSD-src-a5ff04df0c5f4b642a594c530f576639e26f2373.zip
FreeBSD-src-a5ff04df0c5f4b642a594c530f576639e26f2373.tar.gz
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.
Diffstat (limited to 'lib/clang/libllvmscalaropts')
-rw-r--r--lib/clang/libllvmscalaropts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clang/libllvmscalaropts/Makefile b/lib/clang/libllvmscalaropts/Makefile
index b6ee5cf..5d181cb 100644
--- a/lib/clang/libllvmscalaropts/Makefile
+++ b/lib/clang/libllvmscalaropts/Makefile
@@ -9,7 +9,7 @@ SRCS= ADCE.cpp BasicBlockPlacement.cpp CodeGenPrepare.cpp \
LICM.cpp LoopDeletion.cpp LoopIndexSplit.cpp LoopRotation.cpp \
LoopStrengthReduce.cpp LoopUnrollPass.cpp LoopUnswitch.cpp \
MemCpyOptimizer.cpp Reassociate.cpp Reg2Mem.cpp SCCP.cpp \
- Scalar.cpp ScalarReplAggregates.cpp SimplifyCFGPass.cpp \
+ ScalarReplAggregates.cpp SimplifyCFGPass.cpp \
SimplifyHalfPowrLibCalls.cpp SimplifyLibCalls.cpp \
TailDuplication.cpp TailRecursionElimination.cpp
OpenPOWER on IntegriCloud