[Openmp-commits] [PATCH] D107315: [libomptarget][nvptx] Drop printf to enable ffreestanding

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 2 15:56:12 PDT 2021


JonChesterfield added a comment.

The problems with stdio etc remain for tests that use it, symptoms are like

  In file included from /usr/include/stdio.h:39:
  /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h:12:3: error: unknown type name '__off_t'
    __off_t __pos;
  
  usr/include/stdio.h:603:8: error: unknown type name '__ssize_t'; did you mean 'ssize_t'?
  extern __ssize_t __getdelim (char **__restrict __lineptr,


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107315



More information about the Openmp-commits mailing list