X86 BE requires SelectionDAG

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-01-07 07:51:25 +00:00
parent 85139f5ec3
commit 2e8bd68d13

View File

@ -19,6 +19,7 @@ USEDLIBS = \
LLVMSkeleton \ LLVMSkeleton \
LLVMSparcV9RegAlloc \ LLVMSparcV9RegAlloc \
LLVMSparcV9InstrSched \ LLVMSparcV9InstrSched \
LLVMSelectionDAG \
LLVMCodeGen \ LLVMCodeGen \
LLVMTarget.a \ LLVMTarget.a \
LLVMSparcV9LiveVar \ LLVMSparcV9LiveVar \