[PowerPC] Fix the int2fp(fp2int(x)) DAGCombine to ignore ppc_fp128
[oota-llvm.git] / tools / llc / Makefile
index 5e244cb5960d3fa95ab89a08bcbcc418ba9cf09a..ae64c9a5b57c6989c975f9bdf4eb717b0d7ce4c8 100644 (file)
@@ -2,38 +2,17 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-TOOLNAME = llc
-USEDLIBS = \
-       LLVMSparcV9ModuloSched \
-       LLVMCBackend \
-       LLVMPowerPC \
-       LLVMSparcV9 \
-       LLVMX86 \
-       LLVMSkeleton \
-       LLVMSelectionDAG \
-       LLVMSparcV9RegAlloc \
-       LLVMSparcV9InstrSched \
-       LLVMCodeGen \
-       LLVMTarget.a \
-       LLVMSparcV9LiveVar \
-       LLVMipa.a \
-       LLVMTransforms.a \
-       LLVMScalarOpts.a \
-       LLVMAnalysis.a \
-       LLVMTransformUtils.a \
-       LLVMBCReader \
-       LLVMBCWriter \
-       LLVMCore \
-       LLVMSupport.a \
-       LLVMSystem.a
+LEVEL := ../..
+TOOLNAME := llc
+LINK_COMPONENTS := all-targets bitreader asmparser irreader mirparser
 
-TOOLLINKOPTS = $(PLATFORMLIBDL)
+# Support plugins.
+NO_DEAD_STRIP := 1
 
 include $(LEVEL)/Makefile.common