I know PowerPC wishes it could be alpha, but it cannot. so there

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22504 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Lenharth 2005-07-22 22:00:24 +00:00
parent 4b429fcf25
commit 22894e980f

View File

@ -609,7 +609,7 @@ ifeq ($(ARCH), Alpha)
ENABLE_ALPHA_JIT = 1
endif
# What the PowerPC JIT requires
# What the Alpha JIT requires
ifdef ENABLE_ALPHA_JIT
JIT_LIBS += LLVMAlpha LLVMSelectionDAG
endif