[llvm] r289007 - LTO: Remove the unused Config::Features field.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 16:27:37 PST 2016


Author: pcc
Date: Wed Dec  7 18:27:37 2016
New Revision: 289007

URL: http://llvm.org/viewvc/llvm-project?rev=289007&view=rev
Log:
LTO: Remove the unused Config::Features field.

We are currently initializing Features via MAttrs.

Modified:
    llvm/trunk/include/llvm/LTO/Config.h

Modified: llvm/trunk/include/llvm/LTO/Config.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/LTO/Config.h?rev=289007&r1=289006&r2=289007&view=diff
==============================================================================
--- llvm/trunk/include/llvm/LTO/Config.h (original)
+++ llvm/trunk/include/llvm/LTO/Config.h Wed Dec  7 18:27:37 2016
@@ -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_;




More information about the llvm-commits mailing list