[PATCH] D59025: Add --add-ghashes to llvm-objcopy to append a .debug$H to coff objects

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 09:18:09 PST 2019


aganea added a comment.

> The only problem I have with this change is that apparently link.exe doesn't like the obj files after the section is added...

Could you add more detail? Could you possibly try to pinpoint the issue with a very small use-case please?
LLVM-generated OBJs shall be 100% compatible with MSVC-generated ones. If they are not, we should fix that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59025





More information about the llvm-commits mailing list