mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
HandleLLVMOptions.cmake: Typo in comment.
llvm-svn: 200498
This commit is contained in:
parent
10eb2a8985
commit
10805da43c
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user