Skip to content

Commit 0cc2b22

Browse files
committed
fix flang
1 parent daed8e5 commit 0cc2b22

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

flang/lib/Frontend/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ add_flang_library(flangFrontend
4545
LINK_COMPONENTS
4646
Passes
4747
Analysis
48+
BitReader
4849
Extensions
4950
IRPrinter
5051
IRReader

flang/lib/Optimizer/Dialect/Support/KindMapping.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
#include "flang/Optimizer/Dialect/Support/KindMapping.h"
1414
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
15+
#include "llvm/IR/LLVMContext.h"
1516
#include "llvm/Support/CommandLine.h"
1617

1718
/// Allow the user to set the FIR intrinsic type kind value to LLVM type

0 commit comments

Comments
 (0)