[Openmp-commits] [PATCH] D92942: Handle implicit conversion warnings

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Feb 24 05:36:41 PST 2021


protze.joachim added inline comments.


================
Comment at: openmp/runtime/src/kmp.h:69
 #include <string.h>
+#include <limits>
+#include <type_traits>
----------------
Might this new include cause the build failure in  https://bugs.llvm.org/show_bug.cgi?id=49339 ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92942/new/

https://reviews.llvm.org/D92942



More information about the Openmp-commits mailing list