[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
Sun Nov 3 20:28:04 PST 2024
================
@@ -23,6 +23,7 @@
#if KMP_OS_UNIX
#include <dlfcn.h>
#endif
+#include "kmp_utils.h"
----------------
shiltian wrote:
Yes. That is what I meant.
> I don't know what to say about the include of ompt-specific.cpp (yes, .cpp!) below.
Me neither. ;-) That is before `libomp` was contributed to LLVM.
https://github.com/llvm/llvm-project/pull/114583
More information about the Openmp-commits
mailing list