[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:45:19 PDT 2026
================
@@ -0,0 +1,26 @@
+// RUN: %clang -std=c23 -emit-llvm -S %s -o %t.ll
+// RUN: %clang -fopenmp -std=c23 -emit-llvm -S %s -o %t.ll
----------------
Karthikdhondi wrote:
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