]> granicus.if.org Git - llvm/commitdiff
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289007 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/LTO/Config.h

index 239ea878e98d324e64460214e9a4c0e00763ad8f..72bdf68d0b40430a50ea3f2a8eaeef38c74ca440 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_;