[PATCH] D54802: [LLD][COFF] Generate import modules in PDB
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 21 10:33:16 PST 2018
aganea added a comment.
In https://reviews.llvm.org/D54802#1305448, @zturner wrote:
> Do you happen to know what these are used for? I'm ok with supporting them just for the sake of compatibility, but it's always nice to know "if these aren't present, X won't work"
Some edit-and-continue tools rely on this: Recode <http://www.indefiant.com> and Live++ <https://molecular-matters.com/products_livepp.html>. These tools need to extract and repro the linking with the EXE/PDB alone. They need this information for recompiling TUs that change, and hot patch the process in memory.
https://reviews.llvm.org/D54802
More information about the llvm-commits
mailing list