Skip to content
Snippets Groups Projects
Commit b90806f9 authored by Craig Topper's avatar Craig Topper
Browse files

[X86] Remove some code that tries to disable HLE feature. This feature flag...

[X86] Remove some code that tries to disable HLE feature. This feature flag was removed from the backend.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299416 91177308-0d34-0410-b5e6-96231b3b80d8
parent 8d92476c
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,6 @@ void x86::getX86TargetFeatures(const Driver &D, const llvm::Triple &Triple,
Features.push_back("-aes");
Features.push_back("-pclmul");
Features.push_back("-rtm");
Features.push_back("-hle");
Features.push_back("-fsgsbase");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment