[PATCH] D15362: Guard "-msse3" flag in CMake for specific targets. NFC

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 11:19:18 PST 2015


samsonov added a comment.

Would smth. along the lines of

  check_cxx_compiler_flag("-Werror -msse3" COMPILER_RT_HAS_MSSE3_FLAG)

work?


http://reviews.llvm.org/D15362





More information about the llvm-commits mailing list