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 a164293 commit b85f1f9Copy full SHA for b85f1f9
llvm/lib/Target/ARM/ARMSubtarget.h
@@ -32,6 +32,7 @@
32
#include "llvm/Target/TargetMachine.h"
33
#include "llvm/Target/TargetOptions.h"
34
#include "llvm/TargetParser/Triple.h"
35
+#include <bitset>
36
#include <memory>
37
#include <string>
38
llvm/lib/Target/RISCV/RISCVSubtarget.h
@@ -25,6 +25,7 @@
25
#include "llvm/CodeGen/TargetSubtargetInfo.h"
26
#include "llvm/IR/DataLayout.h"
27
28
29
30
#define GET_SUBTARGETINFO_HEADER
31
#include "RISCVGenSubtargetInfo.inc"
0 commit comments