[X86] Move the information about the feature bits used by compiler-rt and shared...
authorCraig Topper <craig.topper@intel.com>
Tue, 21 Nov 2017 23:36:42 +0000 (23:36 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 21 Nov 2017 23:36:42 +0000 (23:36 +0000)
commit47c8739b08b443c652846656e9e068dfeb2f1cd8
tree097be75a191d2c45cbef2249135c63e7c255bba8
parent21fadadbf3ed25de1e8598612fb296bf6437f4cf
[X86] Move the information about the feature bits used by compiler-rt and shared by Host.cpp to a .def file and TargetParser.h so clang can make use of it.

Since we keep Host.cpp and compiler-rt relatively in sync, clang can use this information as a proxy.

llvm-svn: 318814
llvm/include/llvm/Support/TargetParser.h
llvm/include/llvm/Support/X86TargetParser.def
llvm/lib/Support/Host.cpp