[all-commits] [llvm/llvm-project] 128d53: [libc] add missing header dependencies for sched o...
Schrodinger ZHU Yifan via All-commits
all-commits at lists.llvm.org
Sun Jan 21 08:13:25 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 128d53f44cae211ad5501733ec1d9bc787b6f7a9
https://github.com/llvm/llvm-project/commit/128d53f44cae211ad5501733ec1d9bc787b6f7a9
Author: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
Date: 2024-01-21 (Sun, 21 Jan 2024)
Changed paths:
M libc/src/sched/linux/CMakeLists.txt
M libc/src/spawn/linux/CMakeLists.txt
Log Message:
-----------
[libc] add missing header dependencies for sched objects (#78741)
This patch fixes full build problems in
https://github.com/llvm/llvm-project/issues/78721 (the header problem).
The `libc.a` target can be built now.
As a separate issue, `check-libc` is failing because undefined symbols
from `libunwind`, which I do not actually know the reason yet. I will be
looking into it.
More information about the All-commits
mailing list