[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:39:06 PST 2015


samsonov added a comment.

Let's use the -Werror approach. We already use it to detect presence of warnings, and I'd rather not hardcode targets. E.g. what if this flag is not supported (produces warning) by your host compiler on x86?


http://reviews.llvm.org/D15362





More information about the llvm-commits mailing list