[all-commits] [llvm/llvm-project] 6dbe54: [libc] Use `${libc_opt_high_flag}` instead of `-O3...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Fri Feb 7 13:36:28 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6dbe5422907ff342fd5971a88892aee8f75a25ca
https://github.com/llvm/llvm-project/commit/6dbe5422907ff342fd5971a88892aee8f75a25ca
Author: Petr Hosek <phosek at google.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/src/math/generic/CMakeLists.txt
M libc/test/src/__support/CMakeLists.txt
M libc/test/src/math/CMakeLists.txt
M libc/test/src/math/exhaustive/CMakeLists.txt
M libc/test/src/math/smoke/CMakeLists.txt
M libc/test/src/stdfix/CMakeLists.txt
M libc/utils/MPFRWrapper/CMakeLists.txt
Log Message:
-----------
[libc] Use `${libc_opt_high_flag}` instead of `-O3` (#123233)
This is preferable since `${libc_opt_high_flag}` will be set correctly
for the compiler used.
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