[llvm] r200498 - HandleLLVMOptions.cmake: Typo in comment.

Daniel Liew daniel.liew at imperial.ac.uk
Thu Jan 30 15:11:25 PST 2014


You have another

s/proerty/property/
On 30 Jan 2014 23:02, "NAKAMURA Takumi" <geek4civic at gmail.com> wrote:

> Author: chapuni
> Date: Thu Jan 30 16:55:20 2014
> New Revision: 200498
>
> URL: http://llvm.org/viewvc/llvm-project?rev=200498&view=rev
> Log:
> HandleLLVMOptions.cmake: Typo in comment.
>
> Modified:
>     llvm/trunk/cmake/modules/HandleLLVMOptions.cmake
>
> Modified: llvm/trunk/cmake/modules/HandleLLVMOptions.cmake
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/HandleLLVMOptions.cmake?rev=200498&r1=200497&r2=200498&view=diff
>
> ==============================================================================
> --- llvm/trunk/cmake/modules/HandleLLVMOptions.cmake (original)
> +++ llvm/trunk/cmake/modules/HandleLLVMOptions.cmake Thu Jan 30 16:55:20
> 2014
> @@ -362,7 +362,7 @@ endif()
>
>  if(MSVC)
>    # Remove flags here, for exceptions and RTTI.
> -  # Each target property of source proerty should be responsible to
> control them.
> +  # Each target property or source proerty should be responsible to
> control them.
>    # CL.EXE complains to override flags like "/GR /GR-".
>    string(REGEX REPLACE "(^| ) */EH[-cs]+ *( |$)" "\\1 \\2"
> CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
>    string(REGEX REPLACE "(^| ) */GR-? *( |$)" "\\1 \\2" CMAKE_CXX_FLAGS
> "${CMAKE_CXX_FLAGS}")
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140130/25a0fce6/attachment.html>


More information about the llvm-commits mailing list