diff options
author | Kazu Hirata <kazu@google.com> | 2022-12-18 15:35:29 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2022-12-18 15:35:29 -0800 |
commit | fa5f77b162465408e9471edb15779d6cc99e1d19 (patch) | |
tree | 083d7c40fc49258ffbb4e9fa72aef2b2c0e709c0 /lldb/source/Commands/CommandObjectThreadUtil.cpp | |
parent | 844c8fc9c93fa22a05663b5d75b489c0ff9081cc (diff) | |
download | llvm-fa5f77b162465408e9471edb15779d6cc99e1d19.zip llvm-fa5f77b162465408e9471edb15779d6cc99e1d19.tar.gz llvm-fa5f77b162465408e9471edb15779d6cc99e1d19.tar.bz2 |
[CodeGen] Include llvm/CodeGen/DFAPacketizer.h
This patch teaches MachinePipeliner.h to include
DFAPacketizer.h so that the header file is self contained.
Without this patch, a C++ source file that only includes
MachinePipeliner.h does not compile because the forward declaration of
DFAPacketizer is not enough for:
llvm::SmallVector<std::unique_ptr<DFAPacketizer>> DFAResources;
Diffstat (limited to 'lldb/source/Commands/CommandObjectThreadUtil.cpp')
0 files changed, 0 insertions, 0 deletions