[clang] [FatLTO] Allow -fno-fat-lto-objects to override -ffat-lto-objects (PR #128157)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 21 09:47:33 PST 2025


================
@@ -41,6 +41,9 @@
 // CHECK-CC-NOLTO-SAME: -emit-obj
 // CHECK-CC-NOLTO-NOT: -ffat-lto-objects
 
+/// Disable fat LTO when it is overridden by -fno-fat-lto-objects
----------------
MaskRay wrote:

You can delete this comment. This is an obvious case and we don't add similar comments elsewhere.

https://github.com/llvm/llvm-project/pull/128157


More information about the cfe-commits mailing list