<div>On Wed, May 8, 2013 at 8:55 PM, Morten Ofstad <span dir="ltr"><<a href="mailto:morten@hue.no" target="_blank">morten@hue.no</a>></span> wrote:</div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Actually, adding a LLVM_EXPORT macro would be positive for other environments, because you can then build LLVM<br>
as a shared library with -fvisibility=hidden and use LLVM_EXPORT to only make public symbols visible. There are several<br>
advantages to this, as noted here:<br></blockquote><div><br></div><div>I agree, this would be useful even for other environments to solve the bloat that can happen by exporting all the symbols.</div><div><br></div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13.333333969116211px;background-color:rgb(255,255,255)">Adding targeted dllexport annotations won't work because non-Windows</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13.333333969116211px;background-color:rgb(255,255,255)">

<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13.333333969116211px;background-color:rgb(255,255,255)">developers (the majority) shouldn't be burdened with keeping them up</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13.333333969116211px;background-color:rgb(255,255,255)">

<div><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13.333333969116211px">to date.</span> </div><div><br></div><div><div class="gmail_quote">On Wed, May 8, 2013 at 5:21 PM, Reid Kleckner <span dir="ltr"><<a href="mailto:rnk@google.com" target="_blank">rnk@google.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div id=":1xv">Adding targeted dllexport annotations won't work because non-Windows<br>

developers (the majority) shouldn't be burdened with keeping them up<br>to date.</div></blockquote><div> </div></div>IMHO it's not that big of a burden, we have build bots that can signal whatever problems come up. And it would also be useful for other platforms.</div>

</div><div><br></div>-- <br>Joćo Matos
</div>