diff options
author | Job Noorman <jnoorman@igalia.com> | 2023-06-27 09:18:39 +0200 |
---|---|---|
committer | Job Noorman <jnoorman@igalia.com> | 2023-06-27 09:34:46 +0200 |
commit | 52b88457baf81e531ecf0d218feabebeadfc1e84 (patch) | |
tree | e0dc52d8f15a649d162702e78fb20ee58245900b /lldb/source/Commands/CommandObjectPlatform.cpp | |
parent | b126ee65fcbb49054e32fd11fdac07279d00f159 (diff) | |
download | llvm-52b88457baf81e531ecf0d218feabebeadfc1e84.zip llvm-52b88457baf81e531ecf0d218feabebeadfc1e84.tar.gz llvm-52b88457baf81e531ecf0d218feabebeadfc1e84.tar.bz2 |
[JITLink] Use SubtargetFeatures to store features in LinkGraph
D149522 introduced target features to LinkGraph. However, to avoid a
public dependency on MC, the features were stored in a std::vector
instead of using SubtargetFeatures directly.
Since SubtargetFeatures was moved from MC to TargetParser (D150549), we
can now use it directly to store the features. This patch implements
that and removes the (private) dependency on MC.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D153749
Diffstat (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp')
0 files changed, 0 insertions, 0 deletions