[clang] [LinkerWrapper] Accept some needed lld-link linker arguments for COFF targets (PR #72889)

Michael Kruse via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 22 13:18:05 PST 2023


https://github.com/Meinersbur approved this pull request.

PE file start with the magic bytes `MZ` (0x4D5A). Extracting sections can usually done with the [dumpbin.exe](https://learn.microsoft.com/en-us/cpp/build/reference/dumpbin-reference?view=msvc-170) tool. I don't know whether LLVM has means to do it itself as well.

https://github.com/llvm/llvm-project/pull/72889


More information about the cfe-commits mailing list