aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/ARM/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/ARM/CMakeLists.txt b/lib/Target/ARM/CMakeLists.txt
index 31c80674df..16d127e552 100644
--- a/lib/Target/ARM/CMakeLists.txt
+++ b/lib/Target/ARM/CMakeLists.txt
@@ -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)