[PATCH] readobj: Dump PE/COFF optional records.

Rui Ueyama ruiu at google.com
Mon Jun 10 15:56:01 PDT 2013


This structure is defined in llvm repository and used in lld. Making a
change to one repository would break another's build.

Is it okay to submit two changes depending on each other simultaneously to
both repositories? Or, should I take multiple steps (i.e. add a temporary
struct to COFF.h, make lld to use the new struct, remove the old struct,
rename the new struct to the original name, and finally make a change to
lld to use the new name)?


On Mon, Jun 10, 2013 at 3:48 PM, Michael Spencer <bigcheesegs at gmail.com>wrote:

>
>   Sounds fine.
>
> http://llvm-reviews.chandlerc.com/D939
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130610/d099b6e2/attachment.html>


More information about the llvm-commits mailing list