[llvm-commits] [llvm] r115314 - /llvm/trunk/lib/Target/ARM/CMakeLists.txt
Jim Grosbach
grosbach at apple.com
Fri Oct 1 07:57:48 PDT 2010
Author: grosbach
Date: Fri Oct 1 09:57:48 2010
New Revision: 115314
URL: http://llvm.org/viewvc/llvm-project?rev=115314&view=rev
Log:
grammar
Modified:
llvm/trunk/lib/Target/ARM/CMakeLists.txt
Modified: llvm/trunk/lib/Target/ARM/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/CMakeLists.txt?rev=115314&r1=115313&r2=115314&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/CMakeLists.txt (original)
+++ llvm/trunk/lib/Target/ARM/CMakeLists.txt Fri Oct 1 09:57:48 2010
@@ -50,7 +50,7 @@
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)
More information about the llvm-commits
mailing list