git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115314 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2010-10-01 14:57:48 +00:00
parent b0f96facd6
commit bffa1a5cf3

View File

@ -50,7 +50,7 @@ add_llvm_target(ARMCodeGen
Thumb2SizeReduction.cpp
)
# The ARM CodeGen library depends on the AsmPrinter for just an
# vtable, but GenLibDeps.pl is unable to detect it. So without this
# 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)