From 05ed521a88ec64499e0c6b3906d9daf30adb4fd0 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Fri, 1 Oct 2010 14:57:48 +0000 Subject: grammar llvm-svn: 115314 --- llvm/lib/Target/ARM/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/Target') 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) -- cgit v1.2.3