[llvm] [CMake] Remove some always-true HAVE_XXX_H (PR #123087)
Vlad Serebrennikov via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 02:56:48 PST 2025
================
@@ -44,9 +44,7 @@
#include <system_error>
#include <vector>
-#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
----------------
Endilll wrote:
Dropping `sys/stat.h` sounds good to me, but I'd wait for Fangrui to come online if time permits.
https://github.com/llvm/llvm-project/pull/123087
More information about the llvm-commits
mailing list