[all-commits] [llvm/llvm-project] d3e045: Revert "[libc] Add limits.h"
alfredfo via All-commits
all-commits at lists.llvm.org
Wed Aug 16 21:24:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3e045934a3d50411a20bbfdfedadbda83803890
https://github.com/llvm/llvm-project/commit/d3e045934a3d50411a20bbfdfedadbda83803890
Author: Alfred Persson Forsberg <cat at catcream.org>
Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths:
M libc/config/linux/x86_64/headers.txt
M libc/include/CMakeLists.txt
R libc/include/limits.h.def
M libc/include/llvm-libc-macros/CMakeLists.txt
R libc/include/llvm-libc-macros/limits-macros.h
M libc/spec/posix.td
M libc/spec/stdc.td
Log Message:
-----------
Revert "[libc] Add limits.h"
limits.h currently interferes with Clang's limits.h. include_next
emits a warning because it is a GNU extension. Will re add this once
we figure out a good solution.
This reverts commits 13bbca8d694b4ef2ad03ec1805f07da8640c1a31,
002cba03298a7e8f0c1cadcb7996379e9ea5feff, and
0fb3066873fdfbe28dbb6409c58a8bff7cf208c6.
More information about the All-commits
mailing list