Skip to content

Commit bfcb0d6

Browse files
committed
Fix build error, include generated headers, to resolve the undeclared opcode enums
1 parent 7b01283 commit bfcb0d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bolt/lib/Target/PowerPC/PPCMCPlusBuilder.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#include "bolt/Core/MCPlusBuilder.h"
1414
#include "llvm/MC/MCInst.h"
1515
#include "llvm/MC/MCRegisterInfo.h"
16+
#include "llvm/Target/PowerPC/PPCGenInstrInfo.inc"
17+
#include "llvm/Target/PowerPC/PPCGenRegisterInfo.inc"
1618

1719
namespace llvm {
1820
namespace bolt {

0 commit comments

Comments
 (0)