================ @@ -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",@llvm_lto` and `.Lllvm.embedded.object`. I will check it for `-flto=thin`. https://github.com/llvm/llvm-project/pull/195999 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
