All supporting type and macro definitions have also been added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is this error in the CI fixed with your latest revision yet?
In file included from /var/lib/buildkite-agent/builds/llvm-project/libc/src/sys/stat/linux/stat.cpp:10: /var/lib/buildkite-agent/builds/llvm-project/libc/src/sys/stat/linux/kernel_statx.h:66:24: error: expected unqualified-id constexpr unsigned int STATX_BASIC_STATS = 0x7FF; ^ /usr/include/linux/stat.h:152:27: note: expanded from macro 'STATX_BASIC_STATS' #define STATX_BASIC_STATS 0x000007ffU /* The stuff in the normal stat struct */ ^ In file included from /var/lib/buildkite-agent/builds/llvm-project/libc/src/sys/stat/linux/stat.cpp:10: /var/lib/buildkite-agent/builds/llvm-project/libc/src/sys/stat/linux/kernel_statx.h:76:55: error: expected unqualified-id long ret = syscall(SYS_statx, dirfd, path, flags, ::STATX_BASIC_STATS, &xbuf); ^ /usr/include/linux/stat.h:152:27: note: expanded from macro 'STATX_BASIC_STATS' #define STATX_BASIC_STATS 0x000007ffU /* The stuff in the normal stat struct */ ^ 2 errors generated.