[Openmp-commits] [openmp] [OpenMP] Ignore the error introduced by -Wvla-cxx-extension on ompt-general.cpp. (PR #114583)
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Fri Nov 1 14:27:01 PDT 2024
================
@@ -23,6 +23,7 @@
#if KMP_OS_UNIX
#include <dlfcn.h>
#endif
+#include "kmp_utils.h"
----------------
shiltian wrote:
put it in the right order?
https://github.com/llvm/llvm-project/pull/114583
More information about the Openmp-commits
mailing list