HandleLLVMOptions.cmake: Typo in comment.

llvm-svn: 200498
This commit is contained in:
NAKAMURA Takumi 2014-01-30 22:55:20 +00:00
parent 10eb2a8985
commit 10805da43c

View File

@ -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}")