OSDN Git Service

Update to LLVM 3.5a.
[android-x86/external-llvm.git] / tools / llc / Makefile
index a980bef..71bce4d 100644 (file)
@@ -2,39 +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 \
-       LLVMbzip2 \
-       LLVMSystem.a
+LEVEL := ../..
+TOOLNAME := llc
+LINK_COMPONENTS := all-targets bitreader asmparser irreader
 
-TOOLLINKOPTS = $(PLATFORMLIBDL)
+# Support plugins.
+NO_DEAD_STRIP := 1
 
 include $(LEVEL)/Makefile.common