Add a hook to run with the V8 target, though it doesn't currently work. Also
[oota-llvm.git] / tools / llc / Makefile
1 ##===- tools/llc/Makefile ------------------------------*- Makefile -*-===##
2
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../..
10 TOOLNAME = llc
11 USEDLIBS = cwriter \
12            sparcv8 \
13            sparcv9 \
14            x86 \
15            powerpc \
16            selectiondag \
17            sparcv9regalloc \
18            sched \
19            sparcv9select \
20            codegen \
21            target.a \
22            sparcv9livevar \
23            ipa.a   \
24            transforms.a \
25            scalaropts.a \
26            analysis.a \
27            transformutils.a \
28            bcreader \
29            bcwriter \
30            vmcore \
31            support.a
32 TOOLLINKOPTS = $(PLATFORMLIBDL)
33
34 include $(LEVEL)/Makefile.common
35