Do not link in the Sparc JIT when building on X86. Eventually the sparc will not
authorChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 15:54:52 +0000 (15:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 15:54:52 +0000 (15:54 +0000)
commit2bf4c615572c202bdc66f58812ddd328041ad615
treee254a64a3b706c99622a501a2a100edec0b9a98c
parentde3209bfdbb5b26198af8e6f30684bc50eb39ab6
Do not link in the Sparc JIT when building on X86.  Eventually the sparc will not
link in the X86 JIT either, but this makes testing easier.

For some reason, the sparc JIT was breaking the X86 JIT when it was linked in. :(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6745 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Makefile
tools/lli/Makefile