Skip to content

Commit 2f18381

Browse files
authored
[flang] Fix shared libs build for alloca change. (#95597)
My recent change broke shared library builds. This update to flang CodeGen CMakeLists.txt fixes shared builds.
1 parent a506279 commit 2f18381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Optimizer/CodeGen/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ add_flang_library(FIRCodeGen
2727
MLIRMathToLLVM
2828
MLIRMathToLibm
2929
MLIROpenMPToLLVM
30+
MLIROpenACCDialect
3031
MLIRBuiltinToLLVMIRTranslation
3132
MLIRLLVMToLLVMIRTranslation
3233
MLIRTargetLLVMIRExport

0 commit comments

Comments
 (0)