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:
parent
ffe32e1137
commit
5816ccd4b5
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue