summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2010-10-14 15:54:46 +0000
committerOscar Fuentes <ofv@wanadoo.es>2010-10-14 15:54:46 +0000
commit5816ccd4b5736d69d8f510bd71fc07b796bf68cb (patch)
tree6837cf7132c8576f5d9a6270c84ad1901261cb1f /llvm/lib
parentffe32e11375225da69daa7875d95ae62a08544db (diff)
downloadbcm5719-llvm-5816ccd4b5736d69d8f510bd71fc07b796bf68cb.tar.gz
bcm5719-llvm-5816ccd4b5736d69d8f510bd71fc07b796bf68cb.zip
Remove explicit dependency of LLVMARMCodeGen on LLVMARMAsmPrinter. It
creates a cyclic dependency that breaks the build when BUILD_SHARED_LIBS=ON llvm-svn: 116480
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/ARM/CMakeLists.txt b/llvm/lib/Target/ARM/CMakeLists.txt
index 31c80674df2..16d127e552c 100644
--- a/llvm/lib/Target/ARM/CMakeLists.txt
+++ b/llvm/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)
OpenPOWER on IntegriCloud