<div dir="ltr"><div>Greg et al:</div><div><br></div>When linking (cmake on OS X), I get a lot of warnings like this:<div><br></div><div>  ld: warning: cannot export hidden symbol lldb::endian::InlHostByteOrder()</div><div>      from lib/liblldbPluginProcessUtility.a(RegisterContextDarwin_arm64.cpp.o)<br></div><div><br></div><div>Should this function be in the public namespace?</div><div><br></div><div>It is an inline function which is why I think it gets flagged as hidden.</div><div><br></div><div>Can we move it out of the lldb namespace? Or has that ship sailed? Is there some other way that we can suppress this warning or fix the underlying issue? (Can we exclude a symbol from being exported somehow?)</div><div><br></div><div>This isn't the only symbol that is a problem, but it is the one that generates the most output.</div><div><br></div><div> - Bruce<br></div><div><br></div></div>