[Openmp-commits] [openmp] [OpenMP] Ignore the error introduced by -Wvla-cxx-extension on ompt-general.cpp. (PR #114583)
Daniel Chen via Openmp-commits
openmp-commits at lists.llvm.org
Sat Nov 2 20:02:00 PDT 2024
================
@@ -23,6 +23,7 @@
#if KMP_OS_UNIX
#include <dlfcn.h>
#endif
+#include "kmp_utils.h"
----------------
DanielCChen wrote:
> put it in the right order?
Could you please be more specific? @shiltian
https://github.com/llvm/llvm-project/pull/114583
More information about the Openmp-commits
mailing list