Remove explicit dependency of LLVMARMCodeGen on LLVMARMAsmPrinter. It

creates a cyclic dependency that breaks the build when
BUILD_SHARED_LIBS=ON

llvm-svn: 116480
This commit is contained in:
Oscar Fuentes 2010-10-14 15:54:46 +00:00
parent ffe32e1137
commit 5816ccd4b5
1 changed files with 0 additions and 5 deletions

View File

@ -49,8 +49,3 @@ add_llvm_target(ARMCodeGen
Thumb2RegisterInfo.cpp
Thumb2SizeReduction.cpp
)
# The ARM CodeGen library depends on the AsmPrinter for just a
# vtable, but GenLibDeps.pl is unable to detect it. So without this,
# the build fails with "undefined reference to `vtable for ..."
target_link_libraries(LLVMARMCodeGen LLVMARMAsmPrinter)