[llvm] [yaml2obj] Apply output size limit to COFF (PR #209695)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 01:22:46 PDT 2026
================
@@ -0,0 +1,22 @@
+## Check the default COFF output limit and --max-size.
+## 0x9FFFC4 = 0xA00000 (10 MB) - COFF::Header16Size - COFF::SectionSize.
+# RUN: yaml2obj %s -DSIZE=0x9FFFC4 -o /dev/null
----------------
jh7370 wrote:
How long does it take to do this run?
https://github.com/llvm/llvm-project/pull/209695
More information about the llvm-commits
mailing list