[compiler-rt] r235176 - test commit

Sagar Thakur sagar.thakur at imgtec.com
Fri Apr 17 03:14:16 PDT 2015


Author: slthakur
Date: Fri Apr 17 05:14:16 2015
New Revision: 235176

URL: http://llvm.org/viewvc/llvm-project?rev=235176&view=rev
Log:
test commit

Modified:
    compiler-rt/trunk/cmake/config-ix.cmake

Modified: compiler-rt/trunk/cmake/config-ix.cmake
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/config-ix.cmake?rev=235176&r1=235175&r2=235176&view=diff
==============================================================================
--- compiler-rt/trunk/cmake/config-ix.cmake (original)
+++ compiler-rt/trunk/cmake/config-ix.cmake Fri Apr 17 05:14:16 2015
@@ -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()





More information about the llvm-commits mailing list