Closed Pcrab closed 1 year ago
If compile with llvm15, make will complain "invalid use of incomplete type ‘class llvm::MCSubtargetInfo’", which can be solved by include "llvm/MC/MCSubtargetInfo.h".
Thanks a lot!
If compile with llvm15, make will complain "invalid use of incomplete type ‘class llvm::MCSubtargetInfo’", which can be solved by include "llvm/MC/MCSubtargetInfo.h".