[flang-commits] [clang] [flang] [flang] Emit module summary for ThinLTO (PR #195999)

Kelvin Li via flang-commits flang-commits at lists.llvm.org
Thu May 7 10:18:02 PDT 2026


================
@@ -11,7 +16,7 @@
 ! DIS-NEXT:  ret void
 ! DIS-NEXT: }
 
-! RUN: %flang -fc1 -triple x86_64-unknown-linux-gnu -flto -ffat-lto-objects -S %s -o - | FileCheck %s --check-prefixes=ASM
+! RUN: %flang_fc1 -triple x86_64-unknown-linux-gnu -flto -ffat-lto-objects -S %s -o - | FileCheck %s --check-prefixes=ASM
----------------
kkwli wrote:

Yes, for ThinLTO, there is still `.section	.llvm.lto,"e", at llvm_lto` and `.Lllvm.embedded.object`. I will check it for `-flto=thin`.

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


More information about the flang-commits mailing list