mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
[libc][Obvious] Add a missing dep and fix an incorrect dep.
This commit is contained in:
parent
4bbbae61d3
commit
4e86c090ca
@ -121,6 +121,7 @@ add_header_library(
|
||||
.uint128
|
||||
libc.src.__support.CPP.optional
|
||||
libc.src.__support.CPP.limits
|
||||
libc.src.__support.FPUtil.fenv_impl
|
||||
libc.src.__support.FPUtil.fp_bits
|
||||
libc.src.__support.builtin_wrappers
|
||||
libc.src.__support.common
|
||||
|
@ -299,7 +299,7 @@ add_entrypoint_object(
|
||||
HDRS
|
||||
pthread_exit.h
|
||||
DEPENDS
|
||||
libc.include.threads
|
||||
libc.include.pthread
|
||||
libc.src.__support.threads.thread
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user