[clang] [lld] [llvm] Add FatLTO support for COFF (PR #165529)
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 19 08:07:47 PST 2025
================
@@ -67,6 +77,10 @@
// ASM-NEXT: .asciz "BC
// ASM-NEXT: .size .Lllvm.embedded.object
+// ASM-COFF: .section .llvm.lto,"ynD"
----------------
aganea wrote:
Align the prefix on the left side. You can add whitespaces to align the pattern if desired, they will be ignored by FileCheck.
https://github.com/llvm/llvm-project/pull/165529
More information about the llvm-commits
mailing list