[flang-commits] [flang] [Flang][Driver] Emit module summary for LTO (PR #164302)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Mon Oct 20 18:00:25 PDT 2025


================
@@ -1,21 +1,35 @@
 ! Test that the output is LLVM bitcode for LTO and not a native objectfile by
-! disassembling it to LLVM IR.
-! Right now there is nothing special about it and it is similar to non-lto IR,
-! more work is needed to add things like module summaries.
+! disassembling it to LLVM IR. Also tests module summaries are emitted for LTO
----------------
tarunprabhu wrote:

nit:
```suggestion
! disassembling it to LLVM IR. Also tests that module summaries are emitted for LTO
```

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


More information about the flang-commits mailing list