]> granicus.if.org Git - clang/commit
Rewrite the PPC target feature handling to more resemble other targets.
authorEric Christopher <echristo@gmail.com>
Tue, 25 Aug 2015 13:45:28 +0000 (13:45 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 25 Aug 2015 13:45:28 +0000 (13:45 +0000)
commit3a0ec954dcab893b92e49bcfccfd276c7dffba34
tree32be2d1c928872739269ec460a6c5e46609b5c6e
parenta2e2011c10aceb86a5a63e1b36327373c9a662de
Rewrite the PPC target feature handling to more resemble other targets.

This involved specializing handleUserFeatures so that we could perform
diagnostics on -only- user supplied features and migrating the rest of
the initialization functions to set features based on enabling and disabling
full feature sets. No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245936 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp