[Openmp-commits] [PATCH] D145963: [Libomptarget] Use freestanding stdint.h header for DeviceRTL

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Mar 13 10:27:30 PDT 2023


tianshilei1992 added inline comments.


================
Comment at: openmp/libomptarget/DeviceRTL/include/Types.h:15
 
+#include <stdint.h>
+
----------------
can we use `<cstdin>`?


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