[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 10:05:50 PDT 2018
Hahnfeld added inline comments.
================
Comment at: libomptarget/src/interface.cpp:23
#include <cstdlib>
#include <stdarg.h>
#include <mutex>
----------------
Hahnfeld wrote:
> Fun fact: We include `stdarg.h` here. I'll remove this as it shouldn't be needed anymore.
Done in r341563.
Repository:
rOMP OpenMP
https://reviews.llvm.org/D51226
More information about the Openmp-commits
mailing list