[Openmp-commits] [PATCH] D145963: [Libomptarget] Use freestanding stdint.h header for DeviceRTL
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 13 10:28:54 PDT 2023
jhuber6 added inline comments.
================
Comment at: openmp/libomptarget/DeviceRTL/include/Types.h:15
+#include <stdint.h>
+
----------------
tianshilei1992 wrote:
> can we use `<cstdin>`?
Should be fine, but I couldn't decide if it were better to use the C version to avoid picking up any other stuff the C++ file wants to include.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145963/new/
https://reviews.llvm.org/D145963
More information about the Openmp-commits
mailing list