[clang] [openmp] [llvm] [clang-tools-extra] Fix Issue #76121 [OpenMP] [Flang] Program crashes at runtime (PR #76122)

2024-01-11 Thread chandan singh via cfe-commits
https://github.com/chandankds updated https://github.com/llvm/llvm-project/pull/76122 >From 46b1085445209ac31600eccd863326b3d34b973e Mon Sep 17 00:00:00 2001 From: orequest Date: Wed, 20 Dec 2023 20:19:11 -0800 Subject: [PATCH] Fix Issue #76121 [OpenMP] [Flang] Program crashes at runtime with

[flang] [clang] [libcxx] [mlir] [lldb] [llvm] [Flang][OpenMP] Port openmp threadprivate-use-association.f90 test to HLFIR flow (PR #71043)

2023-11-02 Thread chandan singh via cfe-commits
https://github.com/chandankds closed https://github.com/llvm/llvm-project/pull/71043 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[flang] [mlir] [clang] [libcxx] [llvm] [lldb] [Flang][OpenMP] Port openmp threadprivate-use-association.f90 test to HLFIR flow (PR #71043)

2023-11-02 Thread chandan singh via cfe-commits
https://github.com/chandankds created https://github.com/llvm/llvm-project/pull/71043 None >From 029b1687e5217e73655442b319a482865587277b Mon Sep 17 00:00:00 2001 From: chandan singh <36783761+chandan...@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:53:03 +0530 Subject: [PATCH 1/2] [Flang]