<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, May 29, 2014 at 5:03 AM, Simon Atanasyan <span dir="ltr"><<a href="mailto:simon@atanasyan.com" target="_blank">simon@atanasyan.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">LGTM with minor question / note.<br>
<br>
================<br>
Comment at: lib/ReaderWriter/PECOFF/ReaderCOFF.cpp:174<br>
@@ +173,3 @@<br>
+  // COMDAT associative sections<br>
+  std::map<const coff_section *, std::set<const coff_section *>> _association;<br>
+<br>
----------------<br>
Is it really necessary to use the `std::set` here i.e. is it possible that a COFF file contains more than one "record" states that sections say "A" and "B" are associated?<br></blockquote><div>

<br></div><div>I have never seen such complicated object file, and but my understanding of the spec is that such thing is allowed.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<a href="http://reviews.llvm.org/D3946" target="_blank">http://reviews.llvm.org/D3946</a><br>
<br>
<br>
</blockquote></div><br></div></div>