[PATCH] D144565: dwp check overflow

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 16:39:17 PDT 2023


dblaikie added inline comments.


================
Comment at: llvm/test/tools/llvm-dwp/Inputs/overflow/debug_info_v5.s:3-4
+# 		the purpose of creating an overflowed dwo section.
+#       After being compiled from source, section `.debug_info.dwo`
+#       is changed to have length (2^32 - 30) Bytes, and added 
+#       padding with `.fill` directive, so it is likely to 
----------------
This is going to create rather large files on test machines, which is a bit concerning... 

Is there precedent for this/maybe it needs some broader discussion? (or maybe we leave these tests around but with manual repro steps/some way to opt-in to them with an env variable or lit flag or something)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144565/new/

https://reviews.llvm.org/D144565



More information about the llvm-commits mailing list