Add support for emitting ARM file attributes.
[oota-llvm.git] / lib / Target / ARM / CMakeLists.txt
index 31c80674df257feeaa6e12e7a9f3264a827512f2..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 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)