mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
LTO: Remove the unused Config::Features field.
We are currently initializing Features via MAttrs. llvm-svn: 289007
This commit is contained in:
parent
d4744693b1
commit
d8b6e6119f
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user