diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-28 19:55:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-28 19:55:16 +0000 |
commit | d62276a66e7678fbbc1e7ac3c45b55de2647b4de (patch) | |
tree | 2c57fc7044adc4d57c1201e267ea948ca34a0788 /tools/llc/Makefile | |
parent | 3da51173349e2ec6d26228d4d2f59c91fccc39b0 (diff) |
Add a hook to run with the V8 target, though it doesn't currently work. Also
mark the PPC backend as experimental
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r-- | tools/llc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index fb0d06080d..0f77156cc5 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -9,6 +9,7 @@ LEVEL = ../.. TOOLNAME = llc USEDLIBS = cwriter \ + sparcv8 \ sparcv9 \ x86 \ powerpc \ |