[Lldb-commits] [PATCH] D138310: [NFC] Make headers self-contained.

Fangrui Song via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 28 19:18:41 PST 2022


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
Herald added a subscriber: StephenFan.


================
Comment at: lldb/source/Plugins/Instruction/RISCV/RISCVInstructions.h:15
 
-#include "EmulateInstructionRISCV.h"
 #include "llvm/ADT/Optional.h"
----------------
I assume that this is correct, even after considering IWYU. Perhaps worth a double check.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138310/new/

https://reviews.llvm.org/D138310



More information about the lldb-commits mailing list