aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
diff options
context:
space:
mode:
authorRobin Caloudis <robin.caloudis@gmx.de>2024-05-15 07:26:23 +0200
committerGitHub <noreply@github.com>2024-05-15 01:26:23 -0400
commit0980f715cf7c3d78be6ba64e902bd2dfad3ebc75 (patch)
tree944ecdcbf54fcc4434765d7c5f126613f860c173 /llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
parent24180ea0c295856a696992f072c36259a266226b (diff)
downloadllvm-0980f715cf7c3d78be6ba64e902bd2dfad3ebc75.zip
llvm-0980f715cf7c3d78be6ba64e902bd2dfad3ebc75.tar.gz
llvm-0980f715cf7c3d78be6ba64e902bd2dfad3ebc75.tar.bz2
[libc][errno] Remove previously added errno numbers (#92163)
Introduced in https://github.com/llvm/llvm-project/pull/91150. Not needed anymore as https://github.com/llvm/llvm-project/pull/92041 fixed the root cause. `ENAMETOOLONG` and `EOVERFLOW` are well defined in `<linux/errno.h>`. Post mortem: Due to the previously missing inclusion of `<linux/errno.h>` (fixed with https://github.com/llvm/llvm-project/pull/92041), I misinterpreted an undefined macro issue during the development of https://github.com/llvm/llvm-project/pull/91150 as being caused by a missing definition rather than by the missing inclusion of the linux header. I realized too late that `ENAMETOOLONG` and `EOVERFLOW` were correctly defined in `<linux/errno.h>` and that it was my missing inclusion that caused the problem.
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp')
0 files changed, 0 insertions, 0 deletions