[flang-commits] [flang] [llvm] [mlir] [MLIR][OpenMP] Lowering nontemporal clause to LLVM IR for SIMD directive (PR #118751)
Kaviya Rajendiran via flang-commits
flang-commits at lists.llvm.org
Wed Apr 23 22:21:35 PDT 2025
kaviya2510 wrote:
> Thanks for all of the updates. This now LGTM.
>
> Small nit: a shared library build didn't work on my machine. This change fixed it for me
>
> ```diff
> diff --git a/flang/lib/Optimizer/OpenMP/CMakeLists.txt b/flang/lib/Optimizer/OpenMP/CMakeLists.txt
> index 22f78125c380..e31543328a9f 100644
> --- a/flang/lib/Optimizer/OpenMP/CMakeLists.txt
> +++ b/flang/lib/Optimizer/OpenMP/CMakeLists.txt
> @@ -18,7 +18,7 @@ add_flang_library(FlangOpenMPTransforms
> LINK_LIBS
> FIRAnalysis
> FIRBuilder
> - FIRCodeGen
> + FIRCodeGenDialect
> FIRDialect
> FIRDialectSupport
> FIRSupport
> ```
>
> Please wait a few days before merging in case anyone else wants to take a look.
Sure, Thanks for the approval.
https://github.com/llvm/llvm-project/pull/118751
More information about the flang-commits
mailing list