[clang] [Clang][OpenMP] Fix crash with captured pointer-to-VLA in outlined regions (PR #182480)

via cfe-commits cfe-commits at lists.llvm.org
Mon May 25 16:44:38 PDT 2026


================
@@ -0,0 +1,9 @@
+// RUN: %clang -x c++ -std=c++20 -emit-llvm -S %s -o %t.ll
+// RUN: %clang -x c++ -fopenmp -std=c++20 -emit-llvm -S %s -o %t.ll
----------------
Karthikdhondi wrote:

Thanks for the review. Updated the tests to use %clang_cc1 as suggested.

https://github.com/llvm/llvm-project/pull/182480


More information about the cfe-commits mailing list