[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
Mon Nov 4 07:56:24 PST 2024
================
@@ -23,6 +23,7 @@
#if KMP_OS_UNIX
#include <dlfcn.h>
#endif
+#include "kmp_utils.h"
----------------
DanielCChen wrote:
Thanks. I will move it before the system #include then.
https://github.com/llvm/llvm-project/pull/114583
More information about the Openmp-commits
mailing list