llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need
[oota-llvm.git] / tools / lli / Makefile
index 9cf483c479fb04072ab0d43bc4e3ae8f3c758bfb..8f6eeed486bb7c3b39904b0575ffa44293446c15 100644 (file)
@@ -1,6 +1,15 @@
-LEVEL = ../..
-TOOLNAME = lli
-USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target
+##===- tools/lli/Makefile ------------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
 
-include $(LEVEL)/Makefile.common
+LEVEL    := ../..
+TOOLNAME := lli
+LINK_COMPONENTS := jit interpreter nativecodegen bitreader selectiondag
 
+# Enable JIT support
+include $(LEVEL)/Makefile.common