diff options
-rw-r--r-- | compiler-rt/cmake/config-ix.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/cmake/config-ix.cmake b/compiler-rt/cmake/config-ix.cmake index 28f27615ab3..1b7cceb7a79 100644 --- a/compiler-rt/cmake/config-ix.cmake +++ b/compiler-rt/cmake/config-ix.cmake @@ -311,7 +311,7 @@ endif() # -msse3 flag is not valid for Mips therefore clang gives a warning # message with -msse3. But check_c_compiler_flags() checks only for # compiler error messages. Therefore COMPILER_RT_HAS_MSSE3_FLAG turns out to be -# true on Mips. So we make it false here. +# true on Mips, so we make it false here. if("${LLVM_NATIVE_ARCH}" STREQUAL "Mips") set(COMPILER_RT_HAS_MSSE3_FLAG FALSE) endif() |