[clang] [cmake] Disable FatLTO in clang build for Fuchsia (PR #85677)

2024-03-18 Thread Paul Kirth via cfe-commits
https://github.com/ilovepi closed https://github.com/llvm/llvm-project/pull/85677 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [cmake] Disable FatLTO in clang build for Fuchsia (PR #85677)

2024-03-18 Thread Andres Villegas via cfe-commits
https://github.com/avillega approved this pull request. https://github.com/llvm/llvm-project/pull/85677 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [cmake] Disable FatLTO in clang build for Fuchsia (PR #85677)

2024-03-18 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Paul Kirth (ilovepi) Changes We're seeing an issue on Macs, which shouldn't be using this config, so we will temporarily disable this while we investigate. --- Full diff: https://github.com/llvm/llvm-project/pull/85677.diff 1 Files Affe

[clang] [cmake] Disable FatLTO in clang build for Fuchsia (PR #85677)

2024-03-18 Thread Paul Kirth via cfe-commits
https://github.com/ilovepi created https://github.com/llvm/llvm-project/pull/85677 We're seeing an issue on Macs, which shouldn't be using this config, so we will temporarily disable this while we investigate. >From 56e6059431398d126420b3595d58c3c19e20613b Mon Sep 17 00:00:00 2001 From: Paul K