This revision was automatically updated to reflect the committed changes. rupprecht marked an inline comment as done. Closed by commit rGcd02e78cd5cd: [NFC] Make headers self-contained. (authored by rupprecht).
Changed prior to commit: https://reviews.llvm.org/D138310?vs=476502&id=478515#toc Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D138310/new/ https://reviews.llvm.org/D138310 Files: lldb/bindings/python/python-typemaps.h lldb/source/Plugins/Instruction/RISCV/RISCVCInstructions.h lldb/source/Plugins/Instruction/RISCV/RISCVInstructions.h Index: lldb/source/Plugins/Instruction/RISCV/RISCVInstructions.h =================================================================== --- lldb/source/Plugins/Instruction/RISCV/RISCVInstructions.h +++ lldb/source/Plugins/Instruction/RISCV/RISCVInstructions.h @@ -12,7 +12,6 @@ #include <cstdint> #include <variant> -#include "EmulateInstructionRISCV.h" #include "llvm/ADT/APFloat.h" #include "llvm/ADT/Optional.h" Index: lldb/source/Plugins/Instruction/RISCV/RISCVCInstructions.h =================================================================== --- lldb/source/Plugins/Instruction/RISCV/RISCVCInstructions.h +++ lldb/source/Plugins/Instruction/RISCV/RISCVCInstructions.h @@ -12,6 +12,7 @@ #include <cstdint> #include <variant> +#include "Plugins/Process/Utility/lldb-riscv-register-enums.h" #include "RISCVInstructions.h" #include "llvm/ADT/Optional.h" Index: lldb/bindings/python/python-typemaps.h =================================================================== --- lldb/bindings/python/python-typemaps.h +++ lldb/bindings/python/python-typemaps.h @@ -1,6 +1,8 @@ #ifndef LLDB_BINDINGS_PYTHON_PYTHON_TYPEMAPS_H #define LLDB_BINDINGS_PYTHON_PYTHON_TYPEMAPS_H +#include <Python.h> + // Defined here instead of a .swig file because SWIG 2 doesn't support // explicit deleted functions. struct Py_buffer_RAII {
Index: lldb/source/Plugins/Instruction/RISCV/RISCVInstructions.h =================================================================== --- lldb/source/Plugins/Instruction/RISCV/RISCVInstructions.h +++ lldb/source/Plugins/Instruction/RISCV/RISCVInstructions.h @@ -12,7 +12,6 @@ #include <cstdint> #include <variant> -#include "EmulateInstructionRISCV.h" #include "llvm/ADT/APFloat.h" #include "llvm/ADT/Optional.h" Index: lldb/source/Plugins/Instruction/RISCV/RISCVCInstructions.h =================================================================== --- lldb/source/Plugins/Instruction/RISCV/RISCVCInstructions.h +++ lldb/source/Plugins/Instruction/RISCV/RISCVCInstructions.h @@ -12,6 +12,7 @@ #include <cstdint> #include <variant> +#include "Plugins/Process/Utility/lldb-riscv-register-enums.h" #include "RISCVInstructions.h" #include "llvm/ADT/Optional.h" Index: lldb/bindings/python/python-typemaps.h =================================================================== --- lldb/bindings/python/python-typemaps.h +++ lldb/bindings/python/python-typemaps.h @@ -1,6 +1,8 @@ #ifndef LLDB_BINDINGS_PYTHON_PYTHON_TYPEMAPS_H #define LLDB_BINDINGS_PYTHON_PYTHON_TYPEMAPS_H +#include <Python.h> + // Defined here instead of a .swig file because SWIG 2 doesn't support // explicit deleted functions. struct Py_buffer_RAII {
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits