1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

LTO: Remove the unused Config::Features field.

We are currently initializing Features via MAttrs.

llvm-svn: 289007
This commit is contained in:
Peter Collingbourne 2016-12-08 00:27:37 +00:00
parent d4744693b1
commit d8b6e6119f

View 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_;