llvm-svn: 115314
This commit is contained in:
Jim Grosbach 2010-10-01 14:57:48 +00:00
parent 14e909a942
commit 05ed521a88
1 changed files with 2 additions and 2 deletions

View File

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