[all-commits] [llvm/llvm-project] 7bf068: [fatlto] Use the ThinLTO default pipeline for FatLTO

Paul Kirth via All-commits all-commits at lists.llvm.org
Fri Apr 4 11:55:24 PDT 2025


  Branch: refs/heads/users/ilovepi/fatlto-coroutines
  Home:   https://github.com/llvm/llvm-project
  Commit: 7bf068a99fe0ed84df2798f4808a949ecf5fdc0d
      https://github.com/llvm/llvm-project/commit/7bf068a99fe0ed84df2798f4808a949ecf5fdc0d
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2025-04-04 (Fri, 04 Apr 2025)

  Changed paths:
    A clang/test/CodeGenCoroutines/pr134409.cpp
    M llvm/lib/Passes/PassBuilderPipelines.cpp

  Log Message:
  -----------
  [fatlto] Use the ThinLTO default pipeline for FatLTO

When coroutines are used w/ both -ffat-lto-objects and -flto=thin,
the coroutine passes are not added to the optimization pipelines.
Instead, just use the default ThinLTO pipeline to generate the ELF.

Fixes #134409.



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