[llvm] r228690 - Fix typo in cmake example docs

Renato Golin renato.golin at linaro.org
Tue Feb 10 06:15:58 PST 2015


Author: rengolin
Date: Tue Feb 10 08:15:58 2015
New Revision: 228690

URL: http://llvm.org/viewvc/llvm-project?rev=228690&view=rev
Log:
Fix typo in cmake example docs

Patch by Vinicius Tinti.

Modified:
    llvm/trunk/docs/CMake.rst

Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=228690&r1=228689&r2=228690&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Tue Feb 10 08:15:58 2015
@@ -429,7 +429,7 @@ and uses them to build a simple applicat
   add_definitions(${LLVM_DEFINITIONS})
 
   # Now build our tools
-  add_excutable(simple-tool tool.cpp)
+  add_executable(simple-tool tool.cpp)
 
   # Find the libraries that correspond to the LLVM components
   # that we wish to use





More information about the llvm-commits mailing list