LTO: Remove the unused Config::Features field.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 8 Dec 2016 00:27:37 +0000 (00:27 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 8 Dec 2016 00:27:37 +0000 (00:27 +0000)
We are currently initializing Features via MAttrs.

llvm-svn: 289007

llvm/include/llvm/LTO/Config.h

index 239ea87..72bdf68 100644 (file)
@@ -34,7 +34,6 @@ namespace lto {
 /// structure and passing it to the lto::LTO constructor.
 struct Config {
   std::string CPU;
-  std::string Features;
   TargetOptions Options;
   std::vector<std::string> MAttrs;
   Reloc::Model RelocModel = Reloc::PIC_;