Make the msse4/mno-sse4 flags aliases of the maximum sse values
they enable/disable. This fixes two things: a) sse4 isn't actually a target feature, don't treat it as one. b) we weren't correctly disabling sse4.1 when we'd pass -mno-sse4 after enabling it, thus passing preprocessor directives and (soon) passing the function attribute as well when we shouldn't. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@233223 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Driver/Options.td 2 additions, 2 deletionsinclude/clang/Driver/Options.td
- lib/Basic/Targets.cpp 0 additions, 5 deletionslib/Basic/Targets.cpp
- test/Driver/x86_features.c 1 addition, 1 deletiontest/Driver/x86_features.c
- test/Preprocessor/x86_target_features.c 4 additions, 0 deletionstest/Preprocessor/x86_target_features.c
Loading
Please register or sign in to comment