[all-commits] [llvm/llvm-project] 62eb65: [FatLTO] output of -ffat-lto-objects -S should be ...

Sean Fertile via All-commits all-commits at lists.llvm.org
Mon Jan 22 18:41:31 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62eb65b36f8e8fa121de047c89fb7dbe5d4c96be
      https://github.com/llvm/llvm-project/commit/62eb65b36f8e8fa121de047c89fb7dbe5d4c96be
  Author: Sean Fertile <35576261+mandlebug at users.noreply.github.com>
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
    M clang/lib/Driver/Driver.cpp
    M clang/test/Driver/fat-lto-objects.c

  Log Message:
  -----------
  [FatLTO] output of -ffat-lto-objects -S should be assembly. (#79041)

Fat lto with -c compiles to an object file with the IR embedded in a
section of the object, the combination of fat-lto with -S should then
produce an assembly file equivalent of that. The IR output can still be
genreated by using both -S and -emit-llvm.




More information about the All-commits mailing list