[PATCH] D78921: [llvm-objcopy] [COFF] Fix a misconception about debug directory payloads

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 01:34:31 PDT 2020


mstorsjo marked 3 inline comments as done.
mstorsjo added inline comments.


================
Comment at: llvm/test/tools/llvm-objcopy/COFF/debug-dir-unmapped.test:1-3
+# Check that we error out when trying to patch up debug directories that
+# point to data outside of the runtime mapped sections (as we don't try to
+# locate and copy such payloads from the padding areas of the input file).
----------------
jhenderson wrote:
> '##' to distinguish from lit and FileCheck directives, please.
Thanks, will fix before pushing.


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

https://reviews.llvm.org/D78921





More information about the llvm-commits mailing list