[Openmp-commits] [PATCH] D51226: [OpenMP][libomptarget] rework of fatal error reporting

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Sep 6 03:54:49 PDT 2018


Hahnfeld added inline comments.


================
Comment at: libomptarget/src/interface.cpp:23
 #include <cstdlib>
 #include <stdarg.h>
 #include <mutex>
----------------
Fun fact: We include `stdarg.h` here. I'll remove this as it shouldn't be needed anymore.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D51226





More information about the Openmp-commits mailing list