HandleLLVMOptions.cmake: Typo in comment.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 30 Jan 2014 22:55:20 +0000 (22:55 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 30 Jan 2014 22:55:20 +0000 (22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200498 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/modules/HandleLLVMOptions.cmake

index 487b2e45808fe53fb67f3e4b2e49b510083c44bf..e3c99254ac8581b2620dc731ebdc6f6340b9c160 100644 (file)
@@ -362,7 +362,7 @@ endif()
 
 if(MSVC)
   # Remove flags here, for exceptions and RTTI.
 
 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}")
   # 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}")