X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Flli%2FMakefile;h=b070cee27146c4deefc8405bd583047c7ba696bd;hb=ebcba612b537f45a033ccd9a60bee0c45e2e2ded;hp=bc5578c0a2368d2362dc411386e7a6f6c027066a;hpb=365a76e46e7b22ee2cd7881d0a7055fc20930fd5;p=oota-llvm.git diff --git a/tools/lli/Makefile b/tools/lli/Makefile index bc5578c0a23..b070cee2714 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -1,7 +1,15 @@ -LEVEL = ../.. -TOOLNAME = lli -USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target -TOOLLINKOPTS = -ldl +##===- 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 native bitreader selectiondag +# Enable JIT support +include $(LEVEL)/Makefile.common