[all-commits] [llvm/llvm-project] 74084a: [FatLTO] Allow -fno-fat-lto-objects to override -f...
Vincent Lee via All-commits
all-commits at lists.llvm.org
Fri Feb 21 13:15:26 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74084ae73196441446c2beb5b9b57dd58eeeb3fe
https://github.com/llvm/llvm-project/commit/74084ae73196441446c2beb5b9b57dd58eeeb3fe
Author: Vincent Lee <leevince at meta.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/Driver/fat-lto-objects.c
Log Message:
-----------
[FatLTO] Allow -fno-fat-lto-objects to override -ffat-lto-objects (#128157)
For builds that cannot be easily modified and enabled with
`-ffat-lto-objects`, `-fno-fat-lto-objects` acts as an escape hatch to
disable this option (which is standard to how clang and lld flags are
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