OSDN Git Service

[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)
commitbb324a11f87d8a0542b6c30117e6f4e3c8608031
tree64bd51362e84b880f9b970b356542e80f2bfe0f2
parentdbf2cce7abf4381b949d981921ffcb71fa640404
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318814 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/TargetParser.h
include/llvm/Support/X86TargetParser.def
lib/Support/Host.cpp