[PATCH] D65903: [LLD] [COFF] Allow using custom .edata from input object files
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 8 01:18:24 PDT 2019
ruiu added a comment.
Is this due to the historical reason that wine is creating an `.edata` section instead of `-export` directive? I feel like this feature is obscure, and if there's a way to avoid adding this, I'd like to try that first. If GNU ld is fine with `-export` directive now, and wine's source code can be updated to use the directive (which is I believe a good refactoring as it would simplify the code), can wine's code be updated?
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65903/new/
https://reviews.llvm.org/D65903
More information about the llvm-commits
mailing list