[llvm] [RISCV] Add Stackmap/Statepoint/Patchpoint support with targets (PR #77337)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 22:31:40 PST 2024


================
@@ -10,7 +10,10 @@
 #define LLVM_LIB_TARGET_RISCV_MCTARGETDESC_MATINT_H
 
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/MC/MCInst.h"
+#include "llvm/MC/MCRegisterInfo.h"
 #include "llvm/MC/MCSubtargetInfo.h"
+#include "llvm/TargetParser/SubtargetFeature.h"
----------------
wangpc-pp wrote:

Clean these includes please.

https://github.com/llvm/llvm-project/pull/77337


More information about the llvm-commits mailing list