Add support for emitting ARM file attributes.
[oota-llvm.git] / lib / Target / ARM / CMakeLists.txt
index 3cf58e162c8c39bbf2bb0d766f7f30af659355b0..16d127e552cee70b7d9dc6d83ea30b41fb77b90b 100644 (file)
@@ -49,8 +49,3 @@ add_llvm_target(ARMCodeGen
   Thumb2RegisterInfo.cpp
   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 build fails with "undefined reference to `vtable for ..."
-target_link_libraries(LLVMARMCodeGen LLVMARMAsmPrinter)