[PATCH] D157112: [libc] Define long long limits if not defined

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 11:02:02 PDT 2023


abrachet added a comment.

Unfortunately that won't work for gcc whose limits.h https://gnu.googlesource.com/gcc/+/refs/heads/trunk/gcc/glimits.h doesn't use `include_next`. The compiler header will be chosen first.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157112



More information about the llvm-commits mailing list