Skip to content

Commit

Permalink
[libc] Add missing threads dependency to AArch64 startup implementation
Browse files Browse the repository at this point in the history
Summary:
The changes in D146184 made the integration tests use the inhereted
dependencies from the startup code like a normal target. For the AArch64
target this resulted in the threads depenency not being pulled in
because it was not present in the original code.
  • Loading branch information
jhuber6 committed Mar 16, 2023
1 parent f625230 commit 2389f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libc/startup/linux/aarch64/CMakeLists.txt
Expand Up @@ -6,6 +6,7 @@ add_startup_object(
libc.config.linux.app_h
libc.include.sys_mman
libc.include.sys_syscall
libc.src.__support.threads.thread
libc.src.__support.OSUtil.osutil
libc.src.stdlib.exit
libc.src.stdlib.atexit
Expand Down

0 comments on commit 2389f00

Please sign in to comment.