We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7418e4e commit ceecf3aCopy full SHA for ceecf3a
llvm/lib/Target/TargetMachine.cpp
@@ -20,6 +20,9 @@
20
#include "llvm/MC/MCAsmInfo.h"
21
#include "llvm/MC/MCContext.h"
22
#include "llvm/MC/MCStreamer.h"
23
+#include "llvm/MC/MCInstrInfo.h"
24
+#include "llvm/MC/MCRegisterInfo.h"
25
+#include "llvm/MC/MCSubtargetInfo.h"
26
#include "llvm/Support/CodeGen.h"
27
#include "llvm/Target/TargetLoweringObjectFile.h"
28
using namespace llvm;
0 commit comments