]> granicus.if.org Git - clang/commit
Driver: support exherbo's multiarch support
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 23 May 2016 02:17:28 +0000 (02:17 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 23 May 2016 02:17:28 +0000 (02:17 +0000)
commit73d10dcc316c00d7b2baef350ef0915d4547b890
treebb0c0dfa0b93c73101ebb8fc162bf17d4a9cbf2a
parent4ee625ab3250987ec803c4dc799ee7f420fb0ef2
Driver: support exherbo's multiarch support

Exherbo has an alternative file system layout to accommodate multiarch.  The
loader is located at /usr/${triple}/lib/${loader}.  Adjust the Linux toolchain
to support that on exherbo.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@270392 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp
test/Driver/dyld-prefix.c
test/Driver/linux-ld.c