[all-commits] [llvm/llvm-project] 1b26bb: [libc] fix aarch64 GCC build (#97932)
Schrodinger ZHU Yifan via All-commits
all-commits at lists.llvm.org
Sun Jul 7 12:13:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b26bb0d12e6d609403e667282d5e7aa10dc4d48
https://github.com/llvm/llvm-project/commit/1b26bb0d12e6d609403e667282d5e7aa10dc4d48
Author: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
Date: 2024-07-07 (Sun, 07 Jul 2024)
Changed paths:
M libc/hdr/math_macros.h
M libc/src/__support/File/linux/CMakeLists.txt
M libc/src/__support/threads/sleep.h
M libc/src/math/generic/cos.cpp
M libc/src/math/generic/sin.cpp
M libc/src/math/generic/sincos.cpp
M libc/src/search/hsearch.cpp
M libc/startup/linux/aarch64/tls.cpp
Log Message:
-----------
[libc] fix aarch64 GCC build (#97932)
This PR fix several build errors on aarch64 targets when building with
gcc:
- uninitialized values leading to `Werrors`
- undefined builtin functions
- glibc header pollution
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list