From cfef0cd31b5b1396048a231d6c8387e8c785474c Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Thu, 8 Dec 2016 00:27:37 +0000 Subject: [PATCH] LTO: Remove the unused Config::Features field. We are currently initializing Features via MAttrs. llvm-svn: 289007 --- llvm/include/llvm/LTO/Config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/include/llvm/LTO/Config.h b/llvm/include/llvm/LTO/Config.h index 239ea87..72bdf68 100644 --- a/llvm/include/llvm/LTO/Config.h +++ b/llvm/include/llvm/LTO/Config.h @@ -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 MAttrs; Reloc::Model RelocModel = Reloc::PIC_; -- 2.7.4