[PATCH] D40093: Split x86 "Processor" info into its own def file. [NFC]

2017-11-15 Thread Erich Keane via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL318343: Split x86 "Processor" info into its own def file. [NFC] (authored by erichkeane). Changed prior to commit: https://reviews.llvm.org/D40093?vs=123081&id=123083#toc Repository: rL LLVM https:/

[PATCH] D40093: Split x86 "Processor" info into its own def file. [NFC]

2017-11-15 Thread Craig Topper via Phabricator via cfe-commits
craig.topper accepted this revision. craig.topper added a comment. This revision is now accepted and ready to land. LGTM https://reviews.llvm.org/D40093 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/li

[PATCH] D40093: Split x86 "Processor" info into its own def file. [NFC]

2017-11-15 Thread Erich Keane via Phabricator via cfe-commits
erichkeane updated this revision to Diff 123081. erichkeane retitled this revision from "Split x86 "Processor" info into its own def file." to "Split x86 "Processor" info into its own def file. [NFC]". erichkeane added a comment. realized I had added amdfam17 as an alias, which isn't supposed to

[PATCH] D40093: Split x86 "Processor" info into its own def file.

2017-11-15 Thread Erich Keane via Phabricator via cfe-commits
erichkeane created this revision. A first step toward removing the repetition of features/CPU info in the x86 target info, this patch pulls all the processor information out into its own .def file. https://reviews.llvm.org/D40093 Files: include/clang/Basic/X86Target.def lib/Basic/Targets/X8