diff options
Diffstat (limited to 'llvm/include/llvm/LTO/Config.h')
-rw-r--r-- | llvm/include/llvm/LTO/Config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/LTO/Config.h b/llvm/include/llvm/LTO/Config.h index 239ea878e98..72bdf68d0b4 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<std::string> MAttrs; Reloc::Model RelocModel = Reloc::PIC_; |