This is an archive of the discontinued LLVM Phabricator instance.

[LTO] Store target attributes as vector of strings.
ClosedPublic

Authored by fhahn on Jan 22 2021, 5:10 AM.

Details

Summary

The target features are obtained as a list of features/attributes.
Instead of storing them in a single string, store the vector. This
matches lto::Config's behavior and simplifies the transition to
lto::backend().

Diff Detail

Event Timeline

fhahn created this revision.Jan 22 2021, 5:10 AM
fhahn requested review of this revision.Jan 22 2021, 5:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 22 2021, 5:10 AM
This revision is now accepted and ready to land.Jan 22 2021, 12:05 PM
This revision was automatically updated to reflect the committed changes.