[cfe-dev] [RFC] Prefer libraries installed next to Clang over those from GCC

Reid Kleckner via cfe-dev cfe-dev at lists.llvm.org
Mon Jan 30 14:45:54 PST 2017


On Mon, Jan 30, 2017 at 2:04 PM, Michał Górny via cfe-dev <
cfe-dev at lists.llvm.org> wrote:

> I think the best way forward is to create a separate runtime libraries
> directory for clang (similarly to how gcc has one). For example,
> the x86 targets could use:
>
>   /usr/lib/clang/5.0.0/lib/linux/i386
>   /usr/lib/clang/5.0.0/lib/linux/x86_64
>
> i.e. the same directory as compiler-rt uses right now + arch
> subdirectory matching suffixes used by compiler-rt libraries.
>

+1, let's do this! Putting the architecture in the name or our compiler
runtime libraries creates needless build system complexity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20170130/8dc41f8f/attachment.html>


More information about the cfe-dev mailing list