summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-01 14:57:48 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-01 14:57:48 +0000
commit05ed521a88ec64499e0c6b3906d9daf30adb4fd0 (patch)
tree3c9a0d9f0b45abfc489271eb5325e70a7fe9c4c2 /llvm/lib/Target/ARM
parent14e909a9422a9f5fab04119ea4046eb496557fe2 (diff)
downloadbcm5719-llvm-05ed521a88ec64499e0c6b3906d9daf30adb4fd0.tar.gz
bcm5719-llvm-05ed521a88ec64499e0c6b3906d9daf30adb4fd0.zip
grammar
llvm-svn: 115314
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r--llvm/lib/Target/ARM/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/CMakeLists.txt b/llvm/lib/Target/ARM/CMakeLists.txt
index 3cf58e162c8..31c80674df2 100644
--- a/llvm/lib/Target/ARM/CMakeLists.txt
+++ b/llvm/lib/Target/ARM/CMakeLists.txt
@@ -50,7 +50,7 @@ add_llvm_target(ARMCodeGen
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 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