Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / tools / llc / Makefile
index 847a175d25d7fb665f755dd4a32430609ce94a0b..71bce4dc1adf9a9cc303b1cd432a67f44d70b8af 100644 (file)
@@ -2,21 +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
-REQUIRES_EH := 1
+LEVEL := ../..
+TOOLNAME := llc
+LINK_COMPONENTS := all-targets bitreader asmparser irreader
 
-# Include this here so we can get the configuration of the targets
-# that have been configured for construction. We have to do this 
-# early so we can set up LINK_COMPONENTS before including Makefile.rules
-include $(LEVEL)/Makefile.config
+# Support plugins.
+NO_DEAD_STRIP := 1
 
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) bcreader
-
-include $(LLVM_SRC_ROOT)/Makefile.rules
+include $(LEVEL)/Makefile.common