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 daed8e5 commit 0cc2b22Copy full SHA for 0cc2b22
flang/lib/Frontend/CMakeLists.txt
@@ -45,6 +45,7 @@ add_flang_library(flangFrontend
45
LINK_COMPONENTS
46
Passes
47
Analysis
48
+ BitReader
49
Extensions
50
IRPrinter
51
IRReader
flang/lib/Optimizer/Dialect/Support/KindMapping.cpp
@@ -12,6 +12,7 @@
12
13
#include "flang/Optimizer/Dialect/Support/KindMapping.h"
14
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
15
+#include "llvm/IR/LLVMContext.h"
16
#include "llvm/Support/CommandLine.h"
17
18
/// Allow the user to set the FIR intrinsic type kind value to LLVM type
0 commit comments