r299416 - [X86] Remove some code that tries to disable HLE feature. This feature flag was removed from the backend.
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 3 23:38:44 PDT 2017
Author: ctopper
Date: Tue Apr 4 01:38:44 2017
New Revision: 299416
URL: http://llvm.org/viewvc/llvm-project?rev=299416&view=rev
Log:
[X86] Remove some code that tries to disable HLE feature. This feature flag was removed from the backend.
Modified:
cfe/trunk/lib/Driver/ToolChains/Arch/X86.cpp
Modified: cfe/trunk/lib/Driver/ToolChains/Arch/X86.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/ToolChains/Arch/X86.cpp?rev=299416&r1=299415&r2=299416&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/ToolChains/Arch/X86.cpp (original)
+++ cfe/trunk/lib/Driver/ToolChains/Arch/X86.cpp Tue Apr 4 01:38:44 2017
@@ -130,7 +130,6 @@ void x86::getX86TargetFeatures(const Dri
Features.push_back("-aes");
Features.push_back("-pclmul");
Features.push_back("-rtm");
- Features.push_back("-hle");
Features.push_back("-fsgsbase");
}
More information about the cfe-commits
mailing list