<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 17, 2014 at 7:42 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"><br>
<br>
================<br>
Comment at: include/lld/ReaderWriter/ELFLinkingContext.h:235<br>
@@ -230,1 +234,3 @@<br>
<br>
+  const std::map<std::string, std::string> getAliases() const {<br>
+    return _aliasSymbols;<br>
----------------<br>
I think it is a typo here. The map should be returned be reference not value.</blockquote><div><br></div><div>Thank you for finding this! This is indeed a typo, and that's actually the cause of the FreeBSD test issue (I have spent quite a bit of time to nail it down, I should have fixed this first and then started working on the FreeBSD test failure).</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
<br>
<a href="http://reviews.llvm.org/D3332" target="_blank">http://reviews.llvm.org/D3332</a><br>
<br>
BRANCH<br>
  alias<br>
<br>
ARCANIST PROJECT<br>
  lld<br>
<br>
<br>
</div></div></blockquote></div><br></div></div>