[libc-commits] [PATCH] D148371: [libc] Add support to compile some syscalls on 32 bit platform
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Aug 3 06:34:03 PDT 2023
gchatelet added a comment.
Hello Mikhail, it looks like https://reviews.llvm.org/D148371 broke the x86 linux build bots.
https://lab.llvm.org/buildbot/#/grid?tag=libc
https://lab.llvm.org/buildbot/#/builders/78/builds/55807/steps/4/logs/stdio
/home/sivachandra/libc-x86_64-debian/libc-x86_64-debian/llvm-project/libc/src/sched/linux/sched_rr_get_interval.cpp:15:10: fatal error: 'linux/time_types.h' file not found
#include <linux/time_types.h> // For __kernel_timespec.
Can you revert and reland when it's fixed? Thx!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148371/new/
https://reviews.llvm.org/D148371
More information about the libc-commits
mailing list