[Openmp-commits] [PATCH] D95298: [OpenMP][libomptarget][WIP] Refined the file structure of `deviceRTLs`

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Jan 23 15:27:16 PST 2021


JonChesterfield added inline comments.


================
Comment at: openmp/libomptarget/deviceRTLs/interface.h:19
 
-#include <stddef.h>
-#include <stdint.h>
-
 #ifdef __AMDGCN__
 #include "amdgcn/src/amdgcn_interface.h"
----------------
dropping those headers is a bad thing, this file makes heavy use of uint32_t style types


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95298



More information about the Openmp-commits mailing list