<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jan 30, 2017 at 2:04 PM, Michał Górny via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think the best way forward is to create a separate runtime libraries<br>
directory for clang (similarly to how gcc has one). For example,<br>
the x86 targets could use:<br>
<br>
  /usr/lib/clang/5.0.0/lib/<wbr>linux/i386<br>
  /usr/lib/clang/5.0.0/lib/<wbr>linux/x86_64<br>
<br>
i.e. the same directory as compiler-rt uses right now + arch<br>
subdirectory matching suffixes used by compiler-rt libraries.<br></blockquote><div><br></div><div>+1, let's do this! Putting the architecture in the name or our compiler runtime libraries creates needless build system complexity. </div></div></div></div>